Documentation Index
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Data Elements
Data elements are the individual pieces of knowledge extracted from your datasource files during ingestion. Each element represents a discrete chunk of content (a paragraph, table, figure, or section) that agents can retrieve and cite. This guide covers listing, searching, inspecting, and updating data elements.List data elements
Retrieve all data elements for a datasource. Results are paginated automatically by the SDK iterator.id, content, metadata, and source file information.
Get a data element
Retrieve the full details of a specific data element, including its content, metadata, and source location.Search data elements
Search across data elements within a datasource using semantic or keyword queries. This is useful for previewing what an agent would retrieve for a given question.score, the element content, and its id for further inspection. Higher scores indicate stronger matches.
Update a data element
Modify a data element’s content or metadata. This is useful for correcting extraction errors or enriching elements with additional context.Updating a data element’s content triggers re-embedding so that search results reflect the new content. This happens automatically in the background.