Skip to content

Commit

Permalink
Merge pull request #127 from topoteretes/example_task_extraction
Browse files Browse the repository at this point in the history
Example task extraction
  • Loading branch information
Vasilije1990 authored Aug 8, 2024
2 parents 80e4f29 + 7f9a103 commit d1ae1ae
Show file tree
Hide file tree
Showing 40 changed files with 779 additions and 867 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ jobs:
# os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"]
steps:
# - name: Install Docker
# run: |
# HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask docker
# sudo /Applications/Docker.app/Contents/MacOS/Docker --unattended --install-privileged-components
# open -a /Applications/Docker.app --args --unattended --accept-license
# echo "We are waiting for Docker to be up and running. It can take over 2 minutes..."
# while ! /Applications/Docker.app/Contents/Resources/bin/docker info &>/dev/null; do sleep 1; done
# if: runner.os == 'macOS'

# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -184,7 +172,7 @@ jobs:
# run: |
# cd dist
# pip install *.whl

# - name: Download NLTK Punkt Tokenizer Models
# run: |
# python -m nltk.downloader punkt
Expand Down
1 change: 1 addition & 0 deletions cognee/api/v1/add/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ async def data_resources(file_paths: str, user: User):
data.mime_type = file_metadata["mime_type"]

await session.merge(data)
await session.commit()
else:
data = Data(
id = data_id,
Expand Down
308 changes: 0 additions & 308 deletions cognee/api/v1/cognify/cognify.py

This file was deleted.

Loading

0 comments on commit d1ae1ae

Please sign in to comment.