quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
135 stars 80 forks source link

Open AI Assistant functionality to enhance extension #495

Open wfrank2509 opened 5 months ago

wfrank2509 commented 5 months ago

Hi there!

I would like to ask/suggest if there are any plans yet to add the OpenAI Assistant functionality to this extension?

see: https://platform.openai.com/docs/assistants/overview

Thanks, Wolfgang

geoand commented 5 months ago

Thanks for raising this.

I'll defer this one to @langchain4j as we would need to know what the plan is for upstream langchain4j with regards to this

langchain4j commented 5 months ago

There is a discussion here, I have already commented there. We do not have capacity to support it, at least at this point. If you want to use it now, you can call OpenAI Assitants API directly or using openai-java, you do not need LangChain4j for this.

geoand commented 5 months ago

Thankds for the update @langchain4j

wfrank2509 commented 5 months ago

Thanks @langchain4j for the quick response and the links in the discussion to follow the reasoning!

@geoand would it make sense to think about a specific quarkus-openai extension in the quarkiverse?

geoand commented 5 months ago

@geoand would it make sense to think about a specific quarkus-openai extension in the quarkiverse?

You mean outside of this one? Pople can definitely do that if they wish, but it's bound to create confusion.