julep-ai / julep

A new DSL and server for AI agents and multi-step tasks
https://julep.ai
Apache License 2.0
2.67k stars 904 forks source link

[Feature]: Add option for search type in `chat` endpoint #820

Open HamadaSalhab opened 2 weeks ago

HamadaSalhab commented 2 weeks ago

🔖 Feature description

The chat endpoint searches for matching documents if recall is set to True. Previously it was doing a hybrid search, but that was changed in #818. Now we need to add the option for the user to choose the type of search that would be done in the chat endpoint.

🎤 Why is this feature needed ?

No response

✌️ How do you aim to achieve this?

No response

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?

Are you willing to submit PR?

None