-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Vector store for PGVector #134
Conversation
Please resolve the code smell |
I think we should follow the following approach when it comes to exception handling: |
Let's add comments for every public class |
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/PGVectorService.java
Outdated
Show resolved
Hide resolved
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/PGVectorService.java
Outdated
Show resolved
Hide resolved
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/PGVectorStore.java
Outdated
Show resolved
Hide resolved
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/PGVectorStore.java
Outdated
Show resolved
Hide resolved
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/SqlCommandProvider.java
Show resolved
Hide resolved
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/PGVectorStore.java
Outdated
Show resolved
Hide resolved
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/PGVectorStore.java
Outdated
Show resolved
Hide resolved
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/PGVectorStore.java
Outdated
Show resolved
Hide resolved
src/main/java/ai/knowly/langtorch/store/vectordb/integration/pgvector/PGVectorStore.java
Outdated
Show resolved
Hide resolved
Wow, the PR is well-documented!!! |
IDK why some comments are left here AyoTheDev#1 |
Kudos, SonarCloud Quality Gate passed! |
No description provided.