fynnfluegge / codeqai

Local first semantic code search and chat powered by vector embeddings and LLMs
Apache License 2.0
385 stars 46 forks source link

Azure Open API Issue #43

Open Vaquitachpi opened 4 months ago

Vaquitachpi commented 4 months ago

Hi,

My Setup is as follows regarding Embedding and Chat LLM:

[?] Which local embeddings model do you want to use?: Instructor-Large [?] Do you want to use local chat models? (y/N): N [?] Which remote LLM do you want to use?: Azure-OpenAI

In such a set up , simple questions about the codebase give response like below:

I'm sorry, I cannot determine the answer to your question as there is not enough context provided to identify a specific codebase. Can you provide more information or code snippets?

Is there anything wrong with above set-up?

fynnfluegge commented 4 months ago

Hi, can you check the json file in for you project in .cache/codeqai? are there any vector ids listted?

Vaquitachpi commented 4 months ago

Hi,

Yes i can see around 39 entries for filename and for each of filename there are many vector_ids.

I am not sure if this has anything to do with any Token limitation Azure impose ? I am not getting any error though.

Thanks Rohith