langchain-java
langchain-java copied to clipboard
Java version of LangChain, while empowering LLM for Big Data.
I'm trying the latest version of langchain-java (0.2.0-SNAPSHOT) and I'm trying out a simple DatabaseChain test using locally installed Ollama with llama2. I've created a Postgresql database called test with...
What if the tool contains multiple different LLMS? python code example: ``` llm_math_chain = LLMMathChain(llm=llm, verbose=True) tools.append( Tool.from_function( func=llm_math_chain.run, name="Calculator", description="useful for when you need to answer questions about math",...
Mock client api call in Unit test Using Junit framework to avoid calling the actual service
Is there a plan to support for Domestic large model,like ernie-bot-4 and other Domestic large model?
Is there a plan to support for google gemini
https://platform.openai.com/docs/api-reference/images/object
Hello, i enable the stream and it's not work. And i can't find the implementation of callback. Are you conduct it?
是否有chatGPT的function call的案例
Can we integrate with Jlama (https://github.com/tjake/Jlama) to have local LLM.