We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prosdevlab/doc-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•488 B
# @doc-agent/vector-store
Vector database for semantic search over documents. Uses LanceDB.
## Status
**Not yet implemented.** Stubbed for future development.
## Planned use cases
- Index extracted documents as embeddings
- Natural language search over document contents
- Find similar documents
## Exports
- `VectorStore` — Main class (stubbed)
- `createVectorStore(config)` — Factory function
## Depends on
- `@doc-agent/core` — DocumentData, SearchResult, Config types