-
|
Hi, I have a case where I want to make a query to a LLM but I don't actually need the embeddings. I don't believe this is possible because the I'd rather not bring another crate for this. What would you advice? |
Beta Was this translation helpful? Give feedback.
Answered by
timonv
Jun 16, 2025
Replies: 1 comment 5 replies
-
|
I guess I could create an agent without any tools. But this doesn't feel quite right. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You mean just prompt? You can use prompt and complete from their respective traits directly on the client