3,603 tools found
OpenAI cookbook comparing naive RAG, distance filtering, and HyDE for robust question answering with Chroma.
A notebook indexing OpenAI embeddings into Elasticsearch and running kNN semantic search over them.
A notebook using Azure Data Explorer (Kusto) as a vector database for OpenAI embeddings and cosine similarity search.
Find movies by description with OpenAI embeddings in Milvus, narrowed by metadata filters like type, release year, and rating.
OpenAI notebook building a semantic movie-search app with MongoDB Atlas Vector Search over the sample_mflix dataset.
OpenAI cookbook for using MyScale, a ClickHouse-based SQL+vector database, for nearest-neighbor search on OpenAI embeddings.
An OpenAI Cookbook walkthrough of embedding data and indexing it in Pinecone with title/content namespaces for production-capable similarity search.
OpenAI cookbook for storing OpenAI embeddings in Qdrant and running payload-filtered nearest-neighbor search.
OpenAI cookbook demo flow for embedding data and indexing/searching it in a local Qdrant instance with payload metadata.
OpenAI cookbook demo flow for embedding data and running vector plus hybrid search in Redis with RediSearch.
An intro OpenAI Cookbook notebook to Redis as a vector database - deployment options, index creation, and the FLAT vs HNSW tradeoff.
OpenAI cookbook running hybrid vector-plus-lexical search queries on Redis with an e-commerce OpenAI-embedded dataset.