Add PR help message functionality and update dependencies

- 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.
This commit is contained in:
mrT23
2024-09-21 16:22:51 +03:00
parent 08319f8492
commit 4b74506107
3 changed files with 343 additions and 92 deletions

View File

@ -183,6 +183,7 @@ enable_help_text=true
final_update_message = false
[pr_help] # /help #
force_local_db=false
[pr_config] # /config #