Class InMemoryEmbeddingStore
java.lang.Object
org.episteme.natural.computing.ai.generative.rag.InMemoryEmbeddingStore
A simple in-memory Embedding Store for RAG (Retrieval Augmented Generation).
Stores document embeddings and retrieves nearest neighbors using Cosine Similarity.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InMemoryEmbeddingStore
public InMemoryEmbeddingStore()
-
-
Method Details
-
add
-
search
-