-
When I rename the class and package it, it prompts that I cannot find the Application class
```kotlin
val apk = ApkModule.loadApkFile(logger, inFile)
val directory = DexDirectory.fromZip(apk.zipE…
kirer updated
2 months ago
-
The `generateQueryBuilder` method runs `@edgedb/generate edgeql-js` but if the generated folder doesn't exist will prompt the user to add it to `.gitignore`. Since by default generation is quiet, serv…
-
### Summary
Track work to add chain(s) to create the [Common Expression Language (CEL)](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-cel.html) input config.
### Base: ✅
Th…
-
Hello,
I am using this package to record video using 2 Basler cameras at the same time and it works very well in the win cmd prompt (using 'campy-acquire ./configs/campy_config.yaml’). I would lik…
-
**Describe the bug**
When using the Web Search Engine plugin and Bing Connector in combination with Azure AI Search in the same request, I occasionally encounter a 400 Bad Request error, although it …
-
We need to implement a feature to check for the latest app version using a server-exposed endpoint. This will allow the app to notify users when a new version is available. The server will expose an A…
-
During my conversion of the Devoxx 2024 demo code from VertexAi to OpenAi, I ran into a bug regarding prompt injection using placeholders.
When using the `PromptTemplate` class with `metadataKeysTo…
-
**Is your feature request related to a problem? Please describe.**
OpenAI and many other llm providers are introducing structured outputs. See [this doc](https://platform.openai.com/docs/guides/struc…
-
Right now the type and contents of each item in a prompt has to be defined before executing the prompt. This makes the prompt a very static thing that can't react to a user's input. It would be nice i…
-
### Discussed in https://github.com/langchain4j/langchain4j/discussions/1611
Originally posted by **rajakumar17** August 20, 2024
I am trying to synthesize prompts from some seed prompts.
I …