What problem does it solve?
llmemory basic-usage provides a guided starting point for storing, indexing, and querying documents with a memory-backed, vector-enabled store, enabling developers to prototype and adopt document-centric workflows quickly.
Core Features & Use Cases
- Install prerequisites and initialize the database, add documents, and perform vector, text, and hybrid searches across tenants.
- Manage documents and chunks, query with filters, and retrieve metadata for audits and RAG workflows.
- Use cases include building search-enabled apps, knowledge bases, and multi-tenant document repositories with scalable retrieval.
Quick Start
Install LLMemory in a Python environment, configure a PostgreSQL+pgvector backend, initialize the schema, and begin by adding a document and performing a simple search to validate the setup.