Chat-with-Github-Repo
Chat-with-Github-Repo copied to clipboard
This repository contains two Python scripts that demonstrate how to create a chatbot using Streamlit, OpenAI GPT-3.5-turbo, and Activeloop's Deep Lake.
After installing the app and scraping the repo you referred to in the demo (https://github.com/peterw/Gumroad-Landing-Page-Generator) I can't get the chat to analyze the repo. This is my chat interaction using...
I'd like to understand why the text is being split by 1000 characters? Is it that each chunk if to be submitted using 1000 tokens? (In which case the character...
it has to mimic the structure you output in github.py
When I start the streamlit app, with the .env file as below: OPENAI_API_KEY=sk-xxxxxxxx ACTIVELOOP_TOKEN=xxxxxxxxxxxxxx DEEPLAKE_USERNAME=vinodvarma24 DEEPLAKE_DATASET_PATH=hub://orgname/embeddings DEEPLAKE_REPO_NAME=embeddings REPO_URL=https://github.com/peterw/Chat-with-Github-Repo SITE_TITLE="Your Site Title" I'm getting the below message: Saying the dataset is...
2023-04-25 18:37:50.156 Uncaught app exception Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "Documents/Chat-with-Github-Repo/chat.py", line 38, in db = DeepLake(dataset_path=active_loop_data_set_path, read_only=True, embedding_function=embeddings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError:...
This is amazing, I just tried it today on an open source project I work on. After querying it a number of times, I got to asking it about filenames...
Howdy! I was going through the readme, all was well until I got to the step of doing a search. Describe the bug An uncaught exception occurs in the chat.py...
## Description Followed the README instructions for installation, encountered a ValueError when processing repositories: ```bash (.venv) ➜ Chat-with-Github-Repo (main) python3 src/main.py process --repo-url https://github.com/chrisammon3000/aws-json-dataset ✭ Your Deep Lake dataset has...
Explaination and detailed guideline of process to README.md I didnt remove any of your original contents. I only added details explaining each steps as in ActiveLoop. So there could be...
I'm getting an error during processing. Any suggestions? > Deep Lake Dataset in hub://adrenalineuser/repo-chat already exists, loading from the storage Traceback (most recent call last): File "src/main.py", line 110, in...