-
### Search before asking
- [X] I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar issues.
### Version
现在下载最新master分支代码,大模型只是在前端页面修改…
-
When an index does not exist and the following function is called, by default an index is created:
` embeddingStore = ElasticsearchEmbeddingStore.builder()
.serverUrl…
-
Double getFactor(@P("asset id") String id) {
double factor = getFactor(id); // do some maths here ...
return factor;
}
This fails ungracefully when factor is NaN.
java.l…
-
**Describe the bug**
Code style / formatting enforcer is missing. This cause [unnecessary traction during code reviews](https://github.com/langchain4j/langchain4j/pull/2063#discussion_r1839840416…
-
**Describe the solution you'd like**
I looked at the examples of spring boot integration, but there are no asynchronous call examples.
https://github.com/langchain4j/langchain4j-examples/blob/ma…
-
**Is your feature request related to a problem? Please describe.**
One of the lessons we learned from a project we worked recently was that there doesn't seem to be great/widespread support for Chu…
-
Currently, the EmbeddingStore is designed with 'add/addAll' methods, making it very difficult to support idempotent operations, which are essential for tasks that can failover (many operations related…
-
This module depends on gRPC so we'll have to see what the best way of supporting it is
- Depends on: #185
-
I can see that Quarkus extension only covers the `/api/generate` Ollama endpoint but do we plan to cover everything like here https://github.com/langchain4j/langchain4j/blob/main/langchain4j-ollama/sr…
-
Hello jake,
I started playing around with jlama for my pet project and i have been hitting with this exception , could you please take a look ?
i am using latest jlama and langchain libraries with…