Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ChromaDB knowledge base #60

Open
ashpreetbedi opened this issue Jan 26, 2024 · 3 comments
Open

Add ChromaDB knowledge base #60

ashpreetbedi opened this issue Jan 26, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ashpreetbedi
Copy link
Contributor

No description provided.

@ashpreetbedi ashpreetbedi added enhancement New feature or request good first issue Good for newcomers labels Jan 26, 2024
@hoxsec
Copy link

hoxsec commented Apr 27, 2024

Hi guys,

Tried implementing this feature, however I'm getting stuck at the following mypy test:

error: Function "chromadb.Client" is not valid as a type [valid-type]

@property
    def client(self) -> chromadb.Client:
        if self._client is None:
            return chromadb.Client(
                namespace=self.namespace,
                hostname=self.hostname,
                port=self.port,
                headers=self.headers,
                ssl=self.ssl,
            )
        return self._client

@ysolanky
Copy link
Contributor

@hoxsec Thanks for contributing! Why don't you create a PR so that I can take a look at this

@hoxsec
Copy link

hoxsec commented Apr 28, 2024

Thanks @ysolanky, PR created. #196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: In Progress
Development

No branches or pull requests

3 participants