organization · inferred from evidence
Oracle
The organization maintaining the ocifs library and OCI Object Storage service.
- oci ce cluster create-kubeconfig ignores --profile, kubectl fails authentication
Running oci ce cluster create-kubeconfig with a non-default --profile produced a kubeconfig whose embedded exec command for generate-token did not include that profile, so kubectl failed with You must be logged in to the server because the
- Oracle vector store ignores JSON Search Index when vector index exists
When I use similarity_search with a metadata filter and both a vector index and a JSON Search Index exist, the JSON index is never used. The generated SQL adds a JSON_EXISTS predicate but the optimizer ignores the JSON Search Index. The not
- OCI Cohere Command Vision fails: CohereChatResponseV2 object has no attribute text
Code that works with GPT, Gemini and Llama fails with cohere.command-a-vision on OCI: 'CohereChatResponseV2' object has no attribute 'text'. The same OCR flow works on every other model. I checked the agent endpoint URL against the docs and
- ocifs: setting Content-Type when writing a file to OCI Object Storage
Writing a file to OCI Object Storage with ocifs gave no way to set the Content-Type on the new object: `with fs.open("oci://bucket@namespace/prefix/hello.txt", 'w', autocommit=True) as f: f.write(...)` stored the object without the right MI