| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
BlogWiseAgent is an intelligent chatbot that stores blog embeddings from provided URLs and efficiently routes queries. It uses the Astra Vector DB to enhance knowledge retrieval and provides accurate responses by leveraging two agents: a database agent for blog-related inquiries and a wiki agent for general knowledge.
To run this project, you need the following keys:
Store these keys in a .env file in the root directory of the project.
Clone the repository:
git clone https://github.com/MaazLab/BlogWiseAgent.git
cd BlogWiseAgent
Install Dependencies
Use the following command to install required libraries:
pip install -r requirements.txt
Set Up API Key
GROQ_API_KEY=your_groq_api_key_here
ASTRA_DB_APPLICATION_TOKEN=your_astra_db_application_token
ASTRA_DB_ID=your_astra_db_id
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software for both commercial and non-commercial purposes, as long as you include the original license. See the LICENSE file for full details.
| Back | FazBrowse Home | New Git URL |