https://github.com/phact/astradb-confluence-chatbot
https://github.com/phact/astradb-confluence-chatbot
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phact/astradb-confluence-chatbot
- Owner: phact
- Created: 2023-07-14T15:04:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T18:13:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T10:24:10.243Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astradb-confluence-chatbot
This is a sample repo for a service that indexes data from confluence into an astradb vector table using vertex ai's embeddings api and provides answers to questions using vertex ai's llm.
It uses langchain and cassio for simplicity.
To run:
python3 -m venv ./venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 src/main.py