onprem
Source
ingest.stores.base
OnPrem.LLM
Examples
Use Prompts to Solve Problems
Document Question-Answering
Code Generation
Semantic Similarity
Guided Prompts
Summarization
Information Extraction
Few-Shot Classification
Qualitative Survey Analysis
Legal and Regulatory Analysis
Agent-Based Task Execution
Using OpenAI Models
Using Different Vector Stores
Buildling Workflows
A Built-In Web App
Source
llm
llm helpers
llm backends
ingest.base
ingest.helpers
ingest.stores.base
ingest.stores.factory
ingest.stores.dense
ingest.stores.sparse
ingest.stores.dual
utils
pipelines.extractor
pipelines.summarizer
pipelines.classifier
pipelines.guider
pipelines.agent.base
pipelines.agent.model
pipelines.agent.tools
On this page
VectorStore
Report an issue
Source
ingest.stores.base
ingest.stores.base
Base VectorStore class
source
VectorStore
VectorStore ()
Helper class that provides a standard way to create an ABC using inheritance.