You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openai-cookbook/examples/vector_databases
Ikko Eltociear Ashimine 0a857e9c5e Fix typo in redis-hybrid-query-examples.ipynb (#642)
bellow -> below
1 year ago
..
PolarDB Add getting started with PolarDB vector database and OpenAI example. (#489) 1 year ago
SingleStoreDB Adding SingleStoreDB as a vector database with Python notebook (#402) 1 year ago
analyticdb Fix typo in QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb (#582) 1 year ago
chroma Update notebooks (#598) 1 year ago
hologres Add Hologres as a vector database with python notebook example (#404) 1 year ago
kusto kusto vector sample added 1 year ago
milvus Zilliz integration and Milvus bugfixes (#259) 1 year ago
myscale Splitting Vector Databases into individual cookbooks (#529) 1 year ago
pinecone consolidate Embedding.create calls into one (#543) 1 year ago
qdrant Refactor Qdrant notebooks (#556) 1 year ago
redis Fix typo in redis-hybrid-query-examples.ipynb (#642) 1 year ago
typesense Splitting Vector Databases into individual cookbooks (#529) 1 year ago
weaviate Splitting Vector Databases into individual cookbooks (#529) 1 year ago
zilliz update to token for zilliz (#552) 1 year ago
README.md fix markdown typo on a link (#591) 1 year ago

README.md

Vector Databases

This section of the OpenAI Cookbook showcases many of the vector databases available to support your semantic search use cases.

Vector databases can be a great accompaniment for knowledge retrieval applications, which reduce hallucinations by providing the LLM with the relevant context to answer questions.

Each provider has their own named directory, with a standard notebook to introduce you to using our API with their product, and any supplementary notebooks they choose to add to showcase their functionality.

Guides & deep dives