Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-14 Thread via GitHub
zbendhiba merged PR #13341: URL: https://github.com/apache/camel/pull/13341 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.ap

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-14 Thread via GitHub
zbendhiba commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1996842171 yeah thanks everyone. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-13 Thread via GitHub
oscerd commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1995944202 Ready to go. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-13 Thread via GitHub
zbendhiba commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-199517 thanks @orpiske -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-13 Thread via GitHub
orpiske commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1995750951 > I don't know what the CI error is about It's my fault. I gave you the wrong annotation. In the file `LangchainChatIT` (and others using the same annotation), the code should be:

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-13 Thread via GitHub
zbendhiba commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1995669339 I don't know what the CI error is about -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-13 Thread via GitHub
zbendhiba commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1995615384 @orpiske @aldettinger thanks again for the reviews. I pushed the changed and rebased from main -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-13 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1523824726 ## components/camel-ai/camel-langchain-chat/src/test/java/org/apache/camel/component/chat/OllamaTestSupport.java: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache S

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-13 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1523800836 ## components/camel-ai/camel-langchain-chat/src/main/java/org/apache/camel/component/chat/LangchainChatProducer.java: ## @@ -0,0 +1,144 @@ +/* + * Licensed to the Apa

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-13 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1523792287 ## components/camel-ai/camel-langchain-chat/pom.xml: ## @@ -0,0 +1,72 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-12 Thread via GitHub
aldettinger commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1521709269 ## components/camel-ai/camel-langchain-embeddings/src/main/java/org/apache/camel/component/langchain/embeddings/LangchainEmbeddingsConverter.java: ## @@ -0,0 +1,45

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-12 Thread via GitHub
aldettinger commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1521688224 ## components/camel-ai/camel-langchain-chat/src/test/java/org/apache/camel/component/chat/OllamaTestSupport.java: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-12 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1521651406 ## components/camel-ai/camel-langchain-chat/src/main/java/docs/langchain-chat-component.adoc: ## @@ -0,0 +1,146 @@ += Langchain4j Chat Component +:doctitle: Langchain4j

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-12 Thread via GitHub
aldettinger commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1521665062 ## components/camel-ai/camel-langchain-chat/src/main/java/org/apache/camel/component/chat/LangchainChatProducer.java: ## @@ -0,0 +1,144 @@ +/* + * Licensed to the A

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-12 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1521383459 ## test-infra/camel-test-infra-ollama/src/test/java/org/apache/camel/test/infra/ollama/services/OllamaContainer.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apac

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-12 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1521241028 ## test-infra/camel-test-infra-ollama/src/test/java/org/apache/camel/test/infra/ollama/services/OllamaContainer.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-12 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1521139531 ## test-infra/camel-test-infra-ollama/src/test/java/org/apache/camel/test/infra/ollama/services/OllamaContainer.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apac

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-07 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1516284211 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/service/Langchain4jChatHandler.java: ## @@ -0,0 +1,132 @@ +/* + * Licensed t

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-07 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1516066594 ## test-infra/camel-test-infra-ollama/src/test/java/org/apache/camel/test/infra/ollama/services/OllamaRemoteService.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Ap

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-07 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1515836315 ## components/camel-ai/camel-langchain/src/test/java/org/apache/camel/component/langchain/LangchainChatIT.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Sof

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-06 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1515679558 ## test-infra/camel-test-infra-ollama/src/test/java/org/apache/camel/test/infra/ollama/services/OllamaRemoteService.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-05 Thread via GitHub
zbendhiba commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1978417613 Thanks @lburgazzoli @orpiske @oscerd for the reviews. I'm working right now on those, and on the remaining TODOs -- This is an automated message from the Apache Git Service. To res

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-05 Thread via GitHub
zbendhiba commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1512574287 ## components/camel-ai/camel-langchain-embeddings/src/main/docs/langchain-embeddings-component.adoc: ## @@ -0,0 +1,42 @@ += Langchain4j Embeddings Component +:doctitl

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1511145035 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/service/Langchain4jChatHandler.java: ## @@ -0,0 +1,132 @@ +/* + * Licensed

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1511136084 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainProducer.java: ## @@ -0,0 +1,140 @@ +/* + * Licensed to the Apach

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1511047482 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainEndpoint.java: ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apach

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506294869 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainProducer.java: ## @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache So

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1969365287 @zbendhiba nice one! This is looking really cool -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506242863 ## test-infra/camel-test-infra-ollama/src/test/java/org/apache/camel/test/infra/ollama/services/OllamaRemoteService.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Ap

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506241803 ## test-infra/camel-test-infra-ollama/src/test/java/org/apache/camel/test/infra/ollama/services/OllamaContainer.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506238899 ## components/camel-ai/camel-langchain/src/test/java/org/apache/camel/component/langchain/LangchainChatIT.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Softw

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506237081 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainProducer.java: ## @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache So

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506234809 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainProducer.java: ## @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache So

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506231213 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainProducer.java: ## @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache So

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506229169 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainProducer.java: ## @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache So

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506218125 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainComponent.java: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache So

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
orpiske commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1506207931 ## components/camel-ai/camel-langchain-embeddings/src/main/docs/langchain-embeddings-component.adoc: ## @@ -0,0 +1,42 @@ += Langchain4j Embeddings Component +:doctitle:

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
zbendhiba commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1969256942 This is a draft only, see comments in the JIRA ticket : https://issues.apache.org/jira/browse/CAMEL-20095 -- This is an automated message from the Apache Git Service. To respond to t

[PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
zbendhiba opened a new pull request, #13341: URL: https://github.com/apache/camel/pull/13341 # Description # Target - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Trac

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-02-28 Thread via GitHub
github-actions[bot] commented on PR #13341: URL: https://github.com/apache/camel/pull/13341#issuecomment-1969255400 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer