Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some properties in a properties file are not recognised #820

Open
jonathanvila opened this issue Aug 26, 2024 · 1 comment
Open

Some properties in a properties file are not recognised #820

jonathanvila opened this issue Aug 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jonathanvila
Copy link

jonathanvila commented Aug 26, 2024

Adding langchain4j properties to the properties file highlights some as unknown, while others are well recognized. The code contains both properties.

Here is where the property quarkus.langchain4j.timeout is not recognized :

Screenshot 2024-08-26 at 12 33 05

But, if I cmd-click on the log-requests property it sends me to the file containing all the properties, including timeout :

Screenshot 2024-08-26 at 12 33 25

VS Code: 1.92.2
Quarkus plugin: v1.17.0
Project Quarkus : 3.13.3
Project Langchain: quarkus-langchain4j-core:0.17.0

@angelozerr
Copy link
Contributor

Indeed that's strange. I need to investigate this issue.

Thanks for reporting the issue.

@angelozerr angelozerr added the bug Something isn't working label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@jonathanvila @angelozerr and others