Merge branch 'main' into feat/configurable-path-exclusion

This commit is contained in:
Hassan9255 2025-08-02 10:35:55 -07:00 committed by GitHub
commit dfbf3d91f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 644 additions and 551 deletions

View file

@ -99,7 +99,9 @@ python cognee/cognee/tests/test_library.py
## 4. 📤 Submitting Changes
1. Push your changes:
1. Install ruff on your system
2. Run ```ruff format .``` and ``` ruff check ``` and fix the issues
3. Push your changes:
```shell
git add .
git commit -s -m "Description of your changes"
@ -107,7 +109,7 @@ git push origin feature/your-feature-name
```
2. Create a Pull Request:
- Go to the [**cognee** repository](https://github.com/topoteretes/cognee)
- Go to the [**cognee** repository](https://github.com/topoteretes/cognee) or [cognee community repository](https://github.com/topoteretes/cognee-community)
- Click "Compare & Pull Request" and open a PR against dev branch
- Fill in the PR template with details about your changes

View file

@ -40,6 +40,7 @@ COPY alembic/ /app/alembic
# Then, add the rest of the project source code and install it
# Installing separately from its dependencies allows optimal layer caching
COPY ./cognee /app/cognee
COPY ./distributed /app/distributed
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --extra debug --extra api --extra postgres --extra qdrant --extra neo4j --extra llama-index --extra gemini --extra ollama --extra mistral --extra groq --extra anthropic --frozen --no-dev --no-editable

1188
uv.lock generated

File diff suppressed because it is too large Load diff