Freffles

Results 18 comments of Freffles

There is a workaround posted, not a great one but ... [https://status.pinecone.io/?utm_source=embed](https://status.pinecone.io/?utm_source=embed) "We’re having a problem with API keys in asia-northeast1-gcp. For the time being, please create a new project...

I've deleted all of that and going back to basics. Just maiting for llama2 to download and I will give it a try again using "System Default" LLM with Anything...

I did get it to work properly with all the defaults (LLM, Embeddings and VectorDB) but I had to reload my data (from the git repo) because deleting the vectors...

Should have added this but before. Regarding score, I found that things that should have been a direct hit were returning scores less than 60. I could not get anything...

FWIW, I think I have the same issue. Edit: Actually, not the same but similar. GPU is not being used. Have a very similar graphics card to the OP, GTX...

I guess it's possible, I had been using the model_name and hence the rest was at default settings. I will try giving it a tweak and see if there is...

This is how I'm setting up: ``` def get_ollama_settings(embeddings_model): # See parameters comment below for more info. Current at 8 May 2024 return { "model": embeddings_model, "embed_instruction": "text: ", "query_instruction":...

FYI, tried using Anything LLM and it seemed to work much better. [LLMollama_logs.txt](https://github.com/ollama/ollama/files/15256953/LLMollama_logs.txt)

I will have another look at this when I'm in front of the computer. Meanwhile, the log file reflects one session where I was using my own python code and...

FYI, I just managed to complete embeddings of a github repo using ollama nomic-embed-text via Anything LLM and using Chroma in about 3 minutes. That had been taking over 20...