Carlos Zela Bueno
Carlos Zela Bueno
@langchain4j this PR has been updated with the resolution of all your comments. About `AiServicesWithToolsIT`, the `chatLanguageModelProvider()` method has been generated, which is being used to parameterize the test by...
Hi @langchain4j Could you check if this PR fits the advanced RAG architecture that you thought? This PR adds the basis for retrieve from new data sources (e.g., web). I...
@langchain4j alright, this makes more sense to me. > in the context of LLMs, Tool is something that LLM can call on demand. That was my doubt because I was...
Hi @langchain4j this PR has been updated according last insights. Also, don't forget check this other #641 since it's related. Thanks! cc: @kuraleta
@langchain4j I'm resuming this feature because I have more ideas to implement more RAG approaches where it'll be very nice have a web searches. This PR has been changed fixing...
Hi @langchain4j This is a summary about of web search `v1` implementation: - Component diagram updated in the PR description. - `WebSeachTool` and `WebSearchContentRetriever` expect be constructed with any `WebSearchEngine`...
Hi @langchain4j sorry for delay. I've fixed almost all comments. There is only one open question about the `TextSegment` and everything would be completed. Let me know your thoughts asap...
@langchain4j I'm done and PR is sync with main to easier the merge. Just FYI once this PR is merged, I'll continue the following which is related to this PR:...
@langchain4j yeah, they do not run on their own because they require a real web search engine. Once they have IT inheritors they will run together. In my [PR#641](https://github.com/langchain4j/langchain4j/pull/641) where...
alright, I'll work on this in the next days. Thanks!