-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/improve docs #1053
Feature/improve docs #1053
Commits on Aug 30, 2024
-
Feature/orchestration v0 (#1006)
* Feature/remove extra r2r abstraction (#996) * moving kg construction to enrich-graph (#984) * checkin * up * done * formatting * Feature/update ingestion issues (#985) * udpate ingestion issues * keep unbounded limit support, but default to bounded * fix * fmt * removes an unnecessary abstraction * sync changes --------- Co-authored-by: Shreyas Pimpalgaonkar <shreyas.gp.7@gmail.com> * first commit * move towards orchestration * tweaks * check in working ingestion * move * kg enrichment * update future, postgres compose * hatchetize ingestion pipeline * ready for prime time * finish --------- Co-authored-by: Shreyas Pimpalgaonkar <shreyas.gp.7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 62cd6f6 - Browse repository at this point
Copy the full SHA 62cd6f6View commit details -
Feature/add update files workflow (#1010)
* add update files workflow * rm ingestion pipeline
Configuration menu - View commit details
-
Copy full SHA for 44a741e - Browse repository at this point
Copy the full SHA 44a741eView commit details -
Feature/add enrichment flow (#1013)
* add update files workflow * rm ingestion pipeline * v0 restructure orch
Configuration menu - View commit details
-
Copy full SHA for fa88875 - Browse repository at this point
Copy the full SHA fa88875View commit details -
Feature/merged enrichment flow (#1016)
* add update files workflow * rm ingestion pipeline * v0 restructure orch * kg orchestration * finish kg orchestration * update service * merge * cleanups
Configuration menu - View commit details
-
Copy full SHA for 79eac6f - Browse repository at this point
Copy the full SHA 79eac6fView commit details
Commits on Sep 4, 2024
-
* moving kg construction to enrich-graph (#984) * checkin * up * done * formatting * Feature/update ingestion issues (#985) * udpate ingestion issues * keep unbounded limit support, but default to bounded * fix * fmt * Add support for CharacterTextSplitter (#986) * Add support for CharacterTextSplitter Allows R2R client to override the text splitter. Example: ```python ingestion_response = client.ingest_files( file_paths=[file_path], metadatas=metadata, # optionally override chunking settings at runtime chunking_settings={ "provider": "r2r", "method": "character", "extra_fields": { "separator": "---" }, } ) ``` * fixup! Add support for CharacterTextSplitter * fixup! fixup! Add support for CharacterTextSplitter * Patch/ollama base cli (#992) * Dev (#990) * moving kg construction to enrich-graph (#984) * checkin * up * done * formatting * Feature/update ingestion issues (#985) * udpate ingestion issues * keep unbounded limit support, but default to bounded * fix * fmt * Add support for CharacterTextSplitter (#986) * Add support for CharacterTextSplitter Allows R2R client to override the text splitter. Example: ```python ingestion_response = client.ingest_files( file_paths=[file_path], metadatas=metadata, # optionally override chunking settings at runtime chunking_settings={ "provider": "r2r", "method": "character", "extra_fields": { "separator": "---" }, } ) ``` * fixup! Add support for CharacterTextSplitter * fixup! fixup! Add support for CharacterTextSplitter --------- Co-authored-by: Shreyas Pimpalgaonkar <shreyas.gp.7@gmail.com> Co-authored-by: Manuel R. Ciosici <manuelrciosici@gmail.com> * fix ollama cli --------- Co-authored-by: Shreyas Pimpalgaonkar <shreyas.gp.7@gmail.com> Co-authored-by: Manuel R. Ciosici <manuelrciosici@gmail.com> * Ingestion refactor (#991) * fix test (#993) * Increase Neo4j memory limits, add GDS plugin, and update LLM concurrency limit to 256. * Update ingestion sample file, disable KG node extraction pipe, add community processing in clustering, and enhance graph clustering queries. * Update runners (#1007) * Refactor KG clustering process to simplify community processing and enhance entity-triple retrieval from Neo4j. * Refactor Neo4j configuration for memory settings and update graph clustering logic in the KG provider. * Fix pipeline by enabling node extraction and refactor community processing logic in KGClusteringPipe. * hatchet works * throw error if you run global search before enrichment * Fix communities in local search * turn off node desc embedding * fix rag endpoint * Increase hatchet msg size * Update ingestion.py * Refactor and clean up code formatting * modified workflow * Add graph creation functionality * Refactor KG parameters and logging. * review * up --------- Co-authored-by: emrgnt-cmplxty <68796651+emrgnt-cmplxty@users.noreply.github.com> Co-authored-by: emrgnt-cmplxty <owen@algofi.org> Co-authored-by: Manuel R. Ciosici <manuelrciosici@gmail.com> Co-authored-by: Nolan Tremelling <34580718+NolanTrem@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cbe0f19 - Browse repository at this point
Copy the full SHA cbe0f19View commit details -
Feature/add hatchet api key setup rebased (#1040)
* add update files workflow * rm ingestion pipeline * v0 restructure orch * kg orchestration * finish kg orchestration * update service * merge * cleanups * add hatchet api key setup * cleanup * add hatchet api key setup (#1037) * add hatchet api key setup * cleanup * fix merge * cleanups
Configuration menu - View commit details
-
Copy full SHA for 291e2d3 - Browse repository at this point
Copy the full SHA 291e2d3View commit details -
Feature/nolan logs refactored (#1041)
* Update runners (#1007) * Check in logs --------- Co-authored-by: Nolan Tremelling <34580718+NolanTrem@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d3515e - Browse repository at this point
Copy the full SHA 5d3515eView commit details -
Pull open PRs into dev (#1042)
* Pull in subnet and graph PR * Add in templates
Configuration menu - View commit details
-
Copy full SHA for 131c968 - Browse repository at this point
Copy the full SHA 131c968View commit details -
Configuration menu - View commit details
-
Copy full SHA for d280ce6 - Browse repository at this point
Copy the full SHA d280ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb08b60 - Browse repository at this point
Copy the full SHA bb08b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fb31b - Browse repository at this point
Copy the full SHA b5fb31bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc3927 - Browse repository at this point
Copy the full SHA 1fc3927View commit details -
* dockerfile * Update ingestion file with new sample URL and enhance unstructured chunking configuration and error handling. * clean up * clean up dockerfile * up * Update sample file and clean code * Add hatchet-sdk dependency in project. * Update providers to include local option.
Configuration menu - View commit details
-
Copy full SHA for ffab16a - Browse repository at this point
Copy the full SHA ffab16aView commit details -
Introduce File Provider (#1044)
* Draft of file provider * Some cleanup * Regenearte lock * Stream it * Use document_id as primary key * Pydantic v2 * File provider finished
Configuration menu - View commit details
-
Copy full SHA for a46a638 - Browse repository at this point
Copy the full SHA a46a638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff56d5 - Browse repository at this point
Copy the full SHA 3ff56d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a4326 - Browse repository at this point
Copy the full SHA 39a4326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fde6e6 - Browse repository at this point
Copy the full SHA 6fde6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0b6fd - Browse repository at this point
Copy the full SHA ef0b6fdView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0be2767 - Browse repository at this point
Copy the full SHA 0be2767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8512200 - Browse repository at this point
Copy the full SHA 8512200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1c9e6 - Browse repository at this point
Copy the full SHA 5e1c9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8575e5 - Browse repository at this point
Copy the full SHA e8575e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9564e - Browse repository at this point
Copy the full SHA 7d9564eView commit details