rwankar
rwankar
I'm using Froala 4.0.8 with React 16.13.1. I've got 2 Froala editors on the same page. When I paste an image copied from my computer into either editor all is...
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...
**Describe the bug** I've tried specifying a tool parameter as `List and Enum[]`. But the tool parameter sent to the LLM is incorrect. e.g if the tool parameter is defined...
I've defined a tool with a function like this. ``` @Tool("Finds books based on filters. Returns a json array of books with different attributes. At least one parameter is required.")...
**Bug description** Create a prompt with `Prompt prompt = new Prompt(messages); // list of messages including UserMessage` And set MessageChatMemoryAdvisor as an advisor. ``` chatClient .prompt(prompt) .system(systemText) .advisors(new MessageChatMemoryAdvisor(chatMemory)) ```...
Just tried this by downloading the model from HF. I'm trying to use this with LangChain4j and Ollama. I am able to connect to other models but trying to connect...
I just upgraded from 4.3.1 to 4.4.0 and I get this error on the line indicated below. A test case is a bit difficult to send as this is wrapped...
**Expected Behavior** I'm using Azure OpenAi and would like to pretty print the JSON exchanged with the LLM to make it easier to read. Note that I want the pretty...