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

Adding SingleStoreDB as a vector database with Python notebook #402

Merged
merged 13 commits into from
May 22, 2023
Prev Previous commit
Next Next commit
Readme with notebook
  • Loading branch information
arno756 committed May 8, 2023
commit aa45fed2ff5f9d4452c33cca7e8d82119b2d2e13
7 changes: 7 additions & 0 deletions examples/vector_databases/SingleStoreDB/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

SingleStoreDB supports vectors and vector similarity search using dot_product (for cosine similarity) and euclidean_distance functions. These functions are used by our customers for applications including face recognition, visual product photo1 search and text-based semantic search [Aur23]. With the explosion of generative AI technology, these capabilities form a firm foundation for text-based AI chatbots.

## Examples

This folder contains examples of using SingleStoreDB and OpenAI together. We will keep adding more scenarios so stay tuned!

| Name | Description |
| --- | --- |
| [OpenAI wikipedia semantic search](./OpenAI_wikipedia semantic_search.ipynb) | Improve GPT response accuracy by storing and running semantinc search over vectors from wikipedia pages |