Igor Ilic

Results 25 comments of Igor Ilic

> LGTM, lets wait for @dexters1 but I think its good, also tested it locally, messages are sent from API I can't get it to work locally for me

If user1 (who is the owner of the dataset) adds Data to a dataset can User2 who has delete permission delete delete this Data? In a multi-user setting

Currently you need the whole cognee repo cloned and MCP installed from the cognee-mcp folder to get the migrations. In the next Cognee version we'll also include migration scripts and...

@jspv Thanks a lot for your contribution! I've made a new branch from your branch (jspv-structlog-auto-config-fix) to run CI/CD on our side and add some changes. This new branch has...

Database migration needs to be done

If you are not using Postgres as a relational database you don't need psycopg2. This issue is related to the setup of postgres on your machine. Can you try installing...

In specific the user wanted the ability to exclude/ignore certain paths like the .venv folder

> [@dexters1](https://github.com/dexters1) what is the status of this one? can we close or is there a ticket I've made a ticket [COG-1960], but it is not assigned yet

Can you try running the embedding with these options in the .env file? EMBEDDING_PROVIDER="fastembed" EMBEDDING_MODEL="sentence-transformers/all-MiniLM-L6-v2" EMBEDDING_DIMENSIONS=384 EMBEDDING_MAX_TOKENS=256 This is a multiprocess local embedding engine that should resolve your issues with...

@rajeevrajeshuni The PR looks good, reusing of the GenericLLMAdapter is a good choice. Will run the test suite on Monday and make sure it's all in working order, if it's...