Connect your SaaS tools to a vector database and keep your data synced
Sidekick is a platform for integrating with SaaS tools like Salesforce, Github, Notion, Zendesk and syncing data between these tools and a vector database. You can also use the integrations and chunkers built by the core team and community to get started quickly, or quickly build new integrations and write custom chunkers for different content types based on Sidekick's DataConnector
and DataChunker
specs.
Demo Video with the Zendesk connector. Get an API key to test out the cloud version by creating an account on the Sidekick dashboard.
If you have any questions on how to get started, come join our Slack community!.
- Dashboard to manage connectors, handle auth, and run queries
- API Connectors to Zendesk, Notion, Google Drive, Confluence
- General purpose web scraper for all other content
- Support for Weaviate and Pinecone vector databases
- FastAPI endpoint to query your Documents from all connected sources
- FastAPI endpoint to perform Q&A over your Documents
- Support for Milvus, and Qdrant vector stores
- DropBox Connector
- Query page for dashboard to replace FastAPI UI
- Data synchronization via scheduling
- Data synchronization via webhooks when available
Check out the quickstart tutorial to get started.
See CONTRIBUTING.md
- The boilerplate for this project is based on the ChatGPT Retrieval Plugin
- The licensing for this project is inspired by Airbyte's licensing model