Tabby
Tabby
Gotcha, I downloaded the ords service from here: https://www.oracle.com/tools/ords/ords-downloads-2143.html . Is there anything else that corresponds to version 21.4.3 ?
So thats the ords version I am using with the pod crashlooping. Is there anything else I need to configure.
Gotcha! How would I get/use 21.4.3? I have the zip file for 21.4.3 (downloaded from here: https://www.oracle.com/tools/ords/ords-downloads-2143.html ) in my ords directory and the dockerfile is using that zip. Here...
So I removed all of my local docker images and re ran all of the steps. When I run the command ` kubectl apply -f config/samples/onpremdb/cdb.yaml` and then `kubectl get...
What should the 'Database Server Name' , 'Database Service Name' and 'Scan Name ' be set to. I was also wondering what the difference between the yaml file [ here](https://github.com/oracle/oracle-database-operator/blob/main/docs/onpremdb/provisioning/cdb.yaml)...
I was able to use hugging face embeddings using latest langchain. I did initially encounter this issue as when I created a new collection it did not create a new...
I believe those two models are 1536 dimensions. Links: The hugging face one: https://huggingface.co/sangmini/msmarco-cotmae-MiniLM-L12_en-ko-ja The open ai one: https://openai.com/blog/new-and-improved-embedding-model Not sure how langchain's integration with chromadb works, but for pgvector...
@MarkEdmondson1234 how are you creating the table
Hi @Jan-M @jopadi , I am wondering what I need to do to get this PR accepted into your project! I believe I have followed the guidelines from the ReadME...
Yep I validated this PR works: #2449 . Wondering what else I need to do to get the PR merged :)