org.llm4s.vectorstore.AsyncVectorStore
See theAsyncVectorStore companion object
trait AsyncVectorStore
Asynchronous, non-blocking vector storage abstraction for high-throughput RAG.
This mitigates thread-exhaustion vulnerabilities found in the synchronous VectorStore by wrapping operations in AsyncResult (Futures) executed on a dedicated blocking context.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AsyncPgVectorStore
Members list
In this article