Opper enables storing information in a vector database for retrieval. Opper manages the chunking of input data, and at the retrieval step performs operations to retrieve the best knowledge chunks as per semantic similarity.Documentation Index
Fetch the complete documentation index at: https://docs.opper.ai/llms.txt
Use this file to discover all available pages before exploring further.
Common operations
- Use create knowledge base to create a new knowledge store to hold information
- Use register file upload to upload files
- Use add knowledge to upload text documents
- Use query knowledge to retrieve semantically relevant chunks from the knowledge base.