openai-cookbook/examples/vector_databases
2024-05-30 08:47:44 -07:00
..
analyticdb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
azuresearch Update Azure Cognitive Search to latest stable/GA Python SDK version + Renaming to Azure AI Search (#924) 2024-02-01 15:58:32 -05:00
cassandra_astradb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
chroma Misc updates (#1022) 2024-01-25 11:59:05 -06:00
deeplake Misc updates (#1022) 2024-01-25 11:59:05 -06:00
elasticsearch Misc updates (#1022) 2024-01-25 11:59:05 -06:00
hologres Misc updates (#1022) 2024-01-25 11:59:05 -06:00
kusto Misc updates (#1022) 2024-01-25 11:59:05 -06:00
milvus Misc updates (#1022) 2024-01-25 11:59:05 -06:00
mongodb_atlas Misc updates (#1022) 2024-01-25 11:59:05 -06:00
myscale Misc updates (#1022) 2024-01-25 11:59:05 -06:00
neon Misc updates (#1022) 2024-01-25 11:59:05 -06:00
pinecone updated semantic search notebook (#1033) 2024-02-06 09:31:49 -06:00
PolarDB Misc updates (#1022) 2024-01-25 11:59:05 -06:00
qdrant Msingh qdrant embeddings search (#1220) 2024-05-30 08:47:44 -07:00
redis Misc updates (#1022) 2024-01-25 11:59:05 -06:00
SingleStoreDB Misc updates (#1022) 2024-01-25 11:59:05 -06:00
supabase Misc updates (#1022) 2024-01-25 11:59:05 -06:00
tair Misc updates (#1022) 2024-01-25 11:59:05 -06:00
typesense Misc updates (#1022) 2024-01-25 11:59:05 -06:00
weaviate Misc updates (#1022) 2024-01-25 11:59:05 -06:00
zilliz Misc updates (#1022) 2024-01-25 11:59:05 -06:00
README.md Update README.md (#1131) 2024-04-28 00:43:46 -07:00

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