Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mongodb/chatbot

MongoDB Chatbot Framework. Powered by MongoDB and Atlas Vector Search.
https://github.com/mongodb/chatbot

azure-openai chatbot chatgpt mongodb mongodb-atlas openai rag retrieval-augmented-generation retrieval-augmented-qa vector-search

Last synced: 9 days ago
JSON representation

MongoDB Chatbot Framework. Powered by MongoDB and Atlas Vector Search.

Awesome Lists containing this project

README

        

# MongoDB Chatbot Framework

The MongoDB Chatbot Framework is a set of libraries that you can use to build
full-stack intelligent chatbot applications using MongoDB and [Atlas Vector Search](https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/).
The MongoDB Chatbot Framework includes first class support for
retrieval-augmented generation (RAG).

The framework can take your chatbot application from prototype to production.

You can quickly get an AI chatbot enhanced with your data up and running using
the framework's built-in data ingest process, chatbot server, and web UI. As you
refine your application and scale to more users, you can modify the chatbot's
behavior to meet your needs.

The framework is flexible and customizable. It supports multiple AI models and
complex prompting strategies. It also includes tools for programmatic evaluation of your chatbot's AI components.

## Documentation

To learn how to use the MongoDB Chatbot Framework, refer to the documentation:
.

You can also check out the following articles and videos about the framework:

- [[Video] MongoDB Chatbot Framework Learning Byte](https://learn.mongodb.com/courses/mongodb-chatbot-framework)
- [[Article] Build a Production-Ready, Intelligent Chatbot With the MongoDB Chatbot Framework](https://dev.to/mongodb/build-a-production-ready-intelligent-chatbot-with-the-mongodb-chatbot-framework-4dd)
- [[Article] Taking RAG to Production with the MongoDB Documentation AI Chatbot](https://www.mongodb.com/developer/products/atlas/taking-rag-to-production-documentation-ai-chatbot/)

## MongoDB Docs AI Chatbot Implementation

This repo also contains the implementation of the MongoDB Docs Chatbot,
which uses the MongoDB Chatbot Framework.

The MongoDB Docs Chatbot uses the MongoDB [documentation](https://www.mongodb.com/docs/) and [Developer Center](https://www.mongodb.com/developer/) as its sources of truth.

The chatbot builds on the following technologies:

- Atlas Vector Search: Indexes and queries content for use in project.
- MongoDB Atlas: Persists conversations and content.
- ChatGPT API: LLM to pre-process user queries and summarize responses to user queries.
- OpenAI Embeddings API: Create vector embeddings for user queries and content. Used by Atlas Vector Search.

To learn more about how we built the chatbot, check out the MongoDB Developer Center blog post
[Taking RAG to Production with the MongoDB Documentation AI Chatbot](https://www.mongodb.com/developer/products/atlas/taking-rag-to-production-documentation-ai-chatbot/).

## Contributing

To learn how to get started contributing to the project, refer to the [Contributor Guide](./CONTRIBUTING.md).

## License

This project is licensed under the [Apache 2.0 License](LICENSE).