Replies: 16 comments
-
|
can you please share the error logs? |
Beta Was this translation helpful? Give feedback.
-
|
Sure, i have attached it |
Beta Was this translation helpful? Give feedback.
-
|
Can you also share your Cognee initialization script where the error happens |
Beta Was this translation helpful? Give feedback.
-
|
Here is the code that i use to init Cognee |
Beta Was this translation helpful? Give feedback.
-
|
thanks for sharing! this is a dependency version conflict not a codebase error. the community adapter needs to be updated to match the interface expected by cognee 0.5.1 can you try running this |
Beta Was this translation helpful? Give feedback.
-
|
let us know if this works |
Beta Was this translation helpful? Give feedback.
-
|
thanks, i have give it a try. I'm have tried and downgrade to 0.4.1. And here is the new error: 2025-12-19T09:34:57.463103 [error ] Exception caught while processing data: PermissionDeniedError: Request owner does not have necessary permission: [write] for all datasets requested. (Status code: 403). Failed to ingest documents: PermissionDeniedError: Request owner does not have necessary permission: [write] for all datasets requested. (Status code: 403) Error ingesting document: PermissionDeniedError: Request owner does not have necessary permission: [write] for all datasets requested. (Status code: 403) Cleaned up temp file: /Users/lap14697/Repositories/ad-rca/src/llm-rca/endpoint/temp_uploads/e9ca6ede_mock_document.pdf |
Beta Was this translation helpful? Give feedback.
-
|
As far as i know, i don't need key or permission to write to my Qdrant DB right? |
Beta Was this translation helpful? Give feedback.
-
|
yes for local instance you you can use an empty API key |
Beta Was this translation helpful? Give feedback.
-
|
Yes, so i use env like this: And still have that error |
Beta Was this translation helpful? Give feedback.
-
|
can you try add this to your .env ENABLE_BACKEND_ACCESS_CONTROL=false for a test |
Beta Was this translation helpful? Give feedback.
-
|
Ok, let me have a try |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately, it still have the same old error 🙁 PermissionDeniedError: PermissionDeniedError: Request owner does not have necessary permission: |
Beta Was this translation helpful? Give feedback.
-
|
FYI, i have tried to switch to LanceDB, and it still have the same permission problem |
Beta Was this translation helpful? Give feedback.
-
|
Here is the full logs if you want to have a deeper dive into it |
Beta Was this translation helpful? Give feedback.
-
|
thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
=<@402399659697373187> moved your question here
Hi everyone, i have this problem with Cognee that i need help:
Currently, i'm using:
"cognee==0.5.1",
"cognee[postgres-binary]==0.5.1",
"cognee-community-vector-adapter-qdrant==0.1.0",
"cognee[neo4j]==0.5.1",
Qdrant Version: v1.16
ENV:
VECTOR_DB_PROVIDER="qdrant"
VECTOR_DB_URL="http://localhost:6333/"
VECTOR_DB_KEY=""
I have this problem when adding my pdf to Cognee:
Failed to ingest documents: QDrantAdapter.init() got an unexpected keyword argument 'database_name'
Error ingesting document: QDrantAdapter.init() got an unexpected keyword argument 'database_name'
I have attached my initialize code, and also my document ingest code.
Is this dependencies error or my code base error?
This discussion was automatically pulled from Discord.
Beta Was this translation helpful? Give feedback.
All reactions