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
First Infinispan Integration / Langchain #552
Conversation
d5cc964
to
e054a7b
Compare
|
Hi @karesti thanks a lot for your contribution! I will check this next week after the release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job Katia! Just some ideas...
...ispan/src/main/java/dev/langchain4j/store/embedding/infinispan/InfinispanEmbeddingStore.java
Show resolved
Hide resolved
...ispan/src/main/java/dev/langchain4j/store/embedding/infinispan/InfinispanEmbeddingStore.java
Outdated
Show resolved
Hide resolved
...ispan/src/main/java/dev/langchain4j/store/embedding/infinispan/InfinispanEmbeddingStore.java
Show resolved
Hide resolved
...inispan/src/main/java/dev/langchain4j/store/embedding/infinispan/LanchainItemMarshaller.java
Show resolved
Hide resolved
...ispan/src/main/java/dev/langchain4j/store/embedding/infinispan/InfinispanEmbeddingStore.java
Show resolved
Hide resolved
e054a7b
to
6fdfa0f
Compare
6fdfa0f
to
4c5b25b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, great job!
| <parent> | ||
| <groupId>dev.langchain4j</groupId> | ||
| <artifactId>langchain4j-parent</artifactId> | ||
| <version>0.26.0-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <version>0.26.0-SNAPSHOT</version> | |
| <version>0.26.0-SNAPSHOT</version> |
This is the first implementation of Infinispan as Embeddings Store for langchain
The current version is 15.0.0.Dev07, which will be in a final release in a few weeks time
closes #553
Example langchain4j/langchain4j-examples#42