π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.
Pinecone Hybrid Search
Last updated