Vector_Store_Content_Retrieval_Guide
Purpose
Use this guide to retrieve file content semantically with GovTribe vector-store tools when metadata search is not enough. Use it when:
users ask content-level questions about attached files.
keyword matching over metadata is weak.
you need semantic chunk retrieval from file text.
Workflow
Resolve input scope for vector ingestion.
Use only
govtribe_typevalues allowed by the currentAdd_To_Vector_Storeschema.If a target entity type is unsupported, fall back to
Search_*metadata tools or request a supportedgovtribe_id/govtribe_type.
Call
Add_To_Vector_Storewhen no reusable store ID is available.Capture and persist the returned
govtribe_vector_store_id.
Reuse an existing
govtribe_vector_store_idwhen one is already available for the same corpus.Call
Search_Vector_Storewith a focused content question.Keep
max_num_resultsas small as needed to answer the request.Use
rewrite_queryonly when the user intent benefits from query rephrasing.
Treat returned chunks as semantic evidence, not full-document exact-match output.
Examples
Create and query a vector store sequence: Ingest one external file into a vector store: Step 1 Tool: Add_To_Vector_Store
Search the resulting vector store for requirements: Step 2 Tool: Search_Vector_Store
Reuse an existing store with tighter result count: Tool: Search_Vector_Store
Last updated
Was this helpful?
