cognee/.github/workflows
Igor Ilic d30adb53f3
Cog 337 llama index support (#186)
* feat: Add support for LlamaIndex Document type

Added support for LlamaIndex Document type

Feature #COG-337

* docs: Add Jupyer Notebook for cognee with llama index document type

Added jupyter notebook which demonstrates cognee with LlamaIndex document type usage

Docs #COG-337

* feat: Add metadata migration from LlamaIndex document type

Allow usage of metadata from LlamaIndex documents

Feature #COG-337

* refactor: Change llama index migration function name

Change name of llama index function

Refactor #COG-337

* chore: Add llama index core dependency

Downgrade needed on tenacity and instructor modules to support llama index

Chore #COG-337

* Feature: Add ingest_data_with_metadata task

Added task that will have access to metadata if data is provided from different data ingestion tools

Feature #COG-337

* docs: Add description on why specific type checking is done

Explained why specific type checking is used instead of isinstance, as isinstace returns True for child classes as well

Docs #COG-337

* fix: Add missing parameter to function call

Added missing parameter to function call

Fix #COG-337

* refactor: Move storing of data from async to sync function

Moved data storing from async to sync

Refactor #COG-337

* refactor: Pretend ingest_data was changes instead of having two tasks

Refactor so ingest_data file was modified instead of having two ingest tasks

Refactor #COG-337

* refactor: Use old name for data ingestion with metadata

Merged new and old data ingestion tasks into one

Refactor #COG-337

* refactor: Return ingest_data and save_data_to_storage Tasks

Returned ingest_data and save_data_to_storage tasks

Refactor #COG-337

* refactor: Return previous ingestion Tasks to add function

Returned previous ignestion tasks to add function

Refactor #COG-337

* fix: Remove dict and use string for search query

Remove dictionary and use string for query in notebook and simple example

Fix COG-337

* refactor: Add changes request in pull request

Added the following changes that were requested in pull request:

Added synchronize label,
Made uniform syntax in if statement in workflow,
fixed instructor dependency,
added llama-index to be optional

Refactor COG-337

* fix: Resolve issue with llama-index being mandatory

Resolve issue with llama-index being mandatory to run cognee

Fix COG-337

* fix: Add install of llama-index to notebook

Removed additional references to llama-index from core cognee lib.
Added llama-index-core install from notebook

Fix COG-337

---------
2024-11-17 11:47:08 +01:00
..
cd.yaml fix: prd github workflow 2024-10-16 21:19:31 +02:00
cd_prd.yaml fix: prd github workflow 2024-10-16 21:19:31 +02:00
ci.yaml fix: change image name 2024-09-24 16:48:12 +02:00
daily_pypi_download_stats.yaml Add tasks for segment sync and posthog sync 2024-09-30 17:34:23 +02:00
docker_compose.yml fix: Add fix for docker compose github action telemetry 2024-11-01 15:47:35 +01:00
get_docs_changes.yml feat: split document reader from chunker (#131) 2024-08-19 14:36:10 +02:00
mkdocs.yml feature: add tracking to docs website (#165) 2024-10-25 14:09:27 +02:00
posthog_pipeline.yaml Add tasks for segment sync and posthog sync 2024-09-30 11:44:32 +02:00
py_lint.yml feat: split document reader from chunker (#131) 2024-08-19 14:36:10 +02:00
release_discord_action.yml Add tasks for segment sync and posthog sync 2024-09-30 11:44:32 +02:00
test_cognee_llama_index_notebook.yml Cog 337 llama index support (#186) 2024-11-17 11:47:08 +01:00
test_neo4j.yml feat: COG-184 add falkordb (#192) 2024-11-11 18:20:52 +01:00
test_notebook.yml feat: COG-184 add falkordb (#192) 2024-11-11 18:20:52 +01:00
test_pgvector.yml feat: COG-184 add falkordb (#192) 2024-11-11 18:20:52 +01:00
test_python_3_9.yml Run integration tests in pipeline 2024-11-12 16:47:28 +01:00
test_python_3_10.yml Run integration tests in pipeline 2024-11-12 16:47:28 +01:00
test_python_3_11.yml Run integration tests in pipeline 2024-11-12 16:47:28 +01:00
test_qdrant.yml feat: COG-184 add falkordb (#192) 2024-11-11 18:20:52 +01:00
test_weaviate.yml feat: COG-184 add falkordb (#192) 2024-11-11 18:20:52 +01:00