| Interface | Description |
|---|---|
| EmbeddingStore<Embedded> |
Represents a store for embeddings, also known as a vector database.
|
| Class | Description |
|---|---|
| CosineSimilarity | |
| EmbeddingMatch<Embedded> |
Represents a matched embedding along with its relevance score (derivative of cosine distance), ID, and original embedded content.
|
| EmbeddingStoreIngestor |
EmbeddingStoreIngestor is responsible for the ingestion of documents into an embedding store.
|
| EmbeddingStoreIngestor.Builder | |
| RelevanceScore |
Copyright © 2023. All rights reserved.