pr-agent
pr-agent copied to clipboard
Integration with other vectorDbs [enhancement]
@mrT23 @okotek
Are you open to Integrate with other VectorDbs for giving flexibility to user to use PR-agent with any vectorDb of their choice?
I can work on integrating with ChromaDB and LanceDB for scalibility. Please let me know, What are your thoughts on this.
/similar_issue
Similar Issues
-
Bitbucket Data Center going to get some love? (score=0.82)
-
Gitlab support (score=0.81)
-
[GITLAB] Aggregate review comments and shoot in 1 as generally the MR review works in Gitlab (score=0.81)
-
Add Amazon Bedrock support (score=0.79)
-
Add support for Azure DevOps pull requests (score=0.79)
I want to add it as an enhancement. Are you open to merge PR, If I create one for integrating other vectorDBs.
I want to add it as an enhancement. Are you open to merge PR, If I create one for integrating other vectorDBs.
Are you relating to the usage of the vectorDB in the /similar_issue command/feature?
Or do you have a new feature/command in mind?
I want to add LanceDB and ChromeDB also as a vectorDB with Pinecone.
Results from /similiar_issues are not what I have in my mind
I want to add LanceDB and ChromeDB also as a vectorDB with Pinecone.
Results from
/similiar_issuesare not what I have in my mind
Can you please clarify how will these vectorDB used?
Same as Pinecone, they'll used for semantic searching and filtering similar PRs and Issues
@PrashantDixit0 Thanks for the suggestion.
We are open to adding another vectorDb provider. I would recommend focusing on a single one at the first stage.
i just want to emphasize this is not an easy task.
The main challenge here is not actually doing the semantic search, but seamlessly managing the database.
You need to decide, each time a user comments /similar_issue, if to build a fresh new database, or just update the existing one, and with what. This should be done efficiently and gracefully, and requires deep understanding of how the vectorDb is managed and can be handled.
@mrT23 Yes agree with you, I'll work on it and raise a PR soon.
Thank you for considering my suggestion ☺️
Sure. Feel free to ask questions and consult
Yes I'll update the progress on it with you
@mrT23 I have completed the Integration with LanceDB #523 . Please review it once
Similar Issues
Similar Issues
-
Bitbucket Data Center going to get some love? (score=0.82)
-
Gitlab support (score=0.81)
-
[GITLAB] Aggregate review comments and shoot in 1 as generally the MR review works in Gitlab (score=0.81)
-
The ability to use pr-agent on Github action using azure open ai (score=0.80)
Similar Issues
-
Bitbucket Data Center going to get some love? (score=0.63)
-
Gitlab support (score=0.62)
-
[GITLAB] Aggregate review comments and shoot in 1 as generally the MR review works in Gitlab (score=0.62)
@mrT23 I have created an updated PR #548 and kept all the comments you gave previously. Please review it once again