SQLiteVectorStore

org.llm4s.vectorstore.SQLiteVectorStore
See theSQLiteVectorStore companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(dbPath: String): Result[SQLiteVectorStore]

Create a file-based SQLite vector store.

Create a file-based SQLite vector store.

Value parameters

dbPath

Path to SQLite database file

Attributes

Returns

The vector store or error

Create an in-memory SQLite vector store.

Create an in-memory SQLite vector store.

Useful for testing or temporary storage.

Attributes

Returns

The vector store or error