πŸ”ŽRetrievers

A way of storing data such that it can be queried by a language model.

VectorStore

The most common type of index is one that creates numerical embeddings (with an Embedding Model) for each document. A vectorstore stores Documents and associated embeddings, and provides fast ways to look up relevant Documents by embeddings.

https://www.pinecone.io/learn/hybrid-search-intro/

Last updated