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

Vector DB Build #319

Open
dishmint opened this issue May 19, 2024 · 0 comments
Open

Vector DB Build #319

dishmint opened this issue May 19, 2024 · 0 comments
Assignees

Comments

@dishmint
Copy link
Owner

Have embeddings that represents the lexical patterns in a text. Store in VDB.

https://www.pinecone.io/learn/vector-database/

To find the nearest neighbors for a given query vector, we use the same hashing functions used to “bucket” similar vectors into hash tables. The query vector is hashed to a particular table and then compared with the other vectors in that same table to find the closest matches. This method is much faster than searching through the entire dataset because there are far fewer vectors in each hash table than in the whole space.
@dishmint dishmint self-assigned this May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant