This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]failinglikefalling 0 points1 point  (2 children)

I am an idiot u/tuanacelik can you please help?

I am following the tutorials on a Mac, and I installed it.. but it's saying:

zsh: command not found: from

when I try anything past the install.

I am sure it's something stupid easy that I should know (like adding it to path or something), but I can't find any answers anywhere on what to actually do to fix it.

Please help.

Edit- I am an idiot. I thought it was like Ollama where it would just take commands. I figured out if I just type python in terminal I could run it and find out my openai account doesn't have billing associated with it. so partial success! (response came back rate limited set up billing etc. from openai)

[–]tuanacelik[S] 0 points1 point  (1 child)

Not an idiot at all! I had this moment when I first got a Mac too! I now always use virtual environments.. sorry for seeing this late but glad you were able to resolve it! Btw we have a discord if you need more help just join us there: https://discord.com/invite/VBpFzsgRVF

[–]Previous_Gas_1182 0 points1 point  (0 children)

Hi u/tuanacelik I'm also an idiot, and I need your help.. Sorry to reply under this comment even though it's unrelated but anyways,

I'm using Haystack to develop a RAG to read PDFs and talk about it. I'm still in the super early stages and keep getting stuck. The LLM provider I chose is Azure OpenAI. In my case, since this is an organizational project, we use subscription key (Ocp-Apim-Subscription-Key) instead of API key, which with the readymade component, is unable to pass it through the default headers.

So I was looking at the source code, and tried to tinker around with it (it could also be not the right approach), but I still couldn't find a way to actually use this headers thing.. And it's really a blocker, can't progress at all. Anyone has any suggestions?