Skip to content

Commit

Permalink
Add PR help message functionality and update dependencies
Browse files Browse the repository at this point in the history
- Implement PRHelpMessage class to provide AI-powered assistance for pull requests.
- Add methods for similarity search using local, S3, and Pinecone databases.
- Update `requirements.txt` to include new dependencies for langchain and chromadb.
- Modify `configuration.toml` to include `force_local_db` setting for PR help.
- Update `aiohttp` and `openai` package versions.
  • Loading branch information
mrT23 committed Sep 21, 2024
1 parent 08319f8 commit 4b74506
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 98 deletions.
1 change: 1 addition & 0 deletions pr_agent/settings/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ enable_help_text=true
final_update_message = false

[pr_help] # /help #
force_local_db=false

[pr_config] # /config #

Expand Down
Loading

0 comments on commit 4b74506

Please sign in to comment.