Connect your vector databases to Arcbeam to see which documents influenced each trace
Connecting your to Arcbeam creates a complete picture of your AI system. You’ll see not just what your model said, but exactly which documents from your knowledge base influenced each response.
When you only see traces without data sources, you know your AI system produced an answer but you don’t know where it came from. Was it hallucinating? Did it retrieve the right documents? Which parts of your knowledge base are actually being used?With data sources connected, every trace shows:
Document Attribution
Which specific documents were retrieved and their exact content
Usage Analytics
How often each document is used across all queries
Navigate to Data Platform → Data Sources and choose your data source.
Navigate to the data source pages
2
Connect your vector database
Tell Arcbeam how to access your .
Connect your vector database
3
Map your schema
Type which fields contain your document content, IDs, and metadata.
For nested columns type them out with a . in between each level.Example: If the field you want to reference is col3 in {'col1' : {'col2': {'col3': 'value'}}}, then type in col1.col2.col3
Specify the schema mapping of your vector database.
4
Sync once
Arcbeam pulls metadata about your documents (not the vectors themselves).
5
See the connections
When traces come in, Arcbeam automatically links retrieved documents to each query.
Your data sources are now connected and enriching your traces!
No. Syncing is a one-time operation that reads metadata. It doesn’t run queries during normal operation. Your application’s vector database queries are completely separate.
What if my schema changes?
Update the schema mapping in Arcbeam, then trigger a re-sync. Arcbeam will refresh the metadata.
Can I connect multiple databases?
Yes. You can connect multiple vector databases or different tables/indices within the same database. Each becomes a separate dataset in Arcbeam.
Do I need read-write access?
No. Arcbeam only needs read access to your vector database. Using a read-only user is recommended for security.
What if I'm using multiple vector databases?
Connect each one separately. Arcbeam will track documents across all of them and show you which database was used for each retrieval.