Replies: 16 comments
|
can you please share the error logs? |
|
Sure, i have attached it |
|
Can you also share your Cognee initialization script where the error happens |
|
Here is the code that i use to init Cognee |
|
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 |
|
let us know if this works |
|
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 |
|
As far as i know, i don't need key or permission to write to my Qdrant DB right? |
|
yes for local instance you you can use an empty API key |
|
Yes, so i use env like this: And still have that error |
|
can you try add this to your .env ENABLE_BACKEND_ACCESS_CONTROL=false for a test |
|
Ok, let me have a try |
|
Unfortunately, it still have the same old error 🙁 PermissionDeniedError: PermissionDeniedError: Request owner does not have necessary permission: |
|
FYI, i have tried to switch to LanceDB, and it still have the same permission problem |
|
Here is the full logs if you want to have a deeper dive into it |
|
thanks! |
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.
All reactions