Julien Dubois
Julien Dubois
@langchain4j there is a lot of comments to check, I'll prioritise this, but can't promise it'll be done before the end of the week.
@langchain4j sorry, very big refactoring here, so the code review is mostly obsolete. We're now having both and `EmbeddingStore` (that is close to the existing one) and a `ContentRetriever` that...
@langchain4j all comments should have been addressed!
Hey @wiZzwise feel free to work on this! I have started at some point but wasn't successful. I tried to use https://github.com/springfox/springfox but it wasn't representing our REST endpoint correctly....
Thanks @langchain4j ! Working on this issue.
Hi everyone, as I also work for Microsoft and I'm a regular contributor to LangChain4J, don't hesitate to ping me if I can help!
This is awesome, congrats @aayush3011 !!
@langchain4j when I tested, the old API ("functions") worked everywhere, and the newer one ("tools") only worked on the newer model. Then I don't think the API version is related...
@langchain4j for merging this PR: let me test again, typically with `gpt-4-0613`. If it works with older models, then it will be all good. For the key, let me ping...
@langchain4j I just did some tests with Azure OpenAI, and: - Indeed the "old" API works on GPT 3.4 and GPT 4 - I'm now getting some Null responses when...