We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
handle all chromadb operations
There should be a file in task_queue folder called db.py
task_queue
db.py
3 functions in total
get_connection() return a connection object to our chromadb instance hard code connection parameters will set them to correct values later
get_connection()
write(embedding, text, metadata) - will write the embeddings, text and metadata to chromadb add any parameters required but mention in the comment
write(embedding, text, metadata)
retrieve(embedding, filter=None) - retrieve to n closest embeddings, along with their metadata mention the format in the comments
retrieve(embedding, filter=None)
The text was updated successfully, but these errors were encountered:
Hey @UB-AICLUB I can take this up!
Sorry, something went wrong.
aayushsss1
No branches or pull requests
handle all chromadb operations
There should be a file in
task_queue
folder calleddb.py
3 functions in total
get_connection()
return a connection object to our chromadb instance hard code connection parameters will set them to correct values laterwrite(embedding, text, metadata)
- will write the embeddings, text and metadata to chromadb add any parameters required but mention in the commentretrieve(embedding, filter=None)
- retrieve to n closest embeddings, along with their metadata mention the format in the commentsThe text was updated successfully, but these errors were encountered: