-
Notifications
You must be signed in to change notification settings - Fork 333
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
Dev minor #1480
Dev minor #1480
Conversation
* up * up * add back database * merge * merge
* removing prompt provider * migrate prompt provider
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
* Update pyproject.toml (#1471) * add alembic migrations to pypi release (#1472) * add alembic migrations to pypi release * modify path * run on main (#1474) * minor kg-search bug (#1476) * minor kg-search bug * fix * Update pyproject.toml * Move to psycopg binary (#1477) --------- Co-authored-by: Shreyas Pimpalgaonkar <shreyas.gp.7@gmail.com> Co-authored-by: Nolan Tremelling <34580718+NolanTrem@users.noreply.github.com>
* check in * Finish ingest chunks, delete, and testing * Docs and JS tests
* Update pyproject.toml (#1471) * add alembic migrations to pypi release (#1472) * add alembic migrations to pypi release * modify path * run on main (#1474) * minor kg-search bug (#1476) * minor kg-search bug * fix * Update pyproject.toml * Move to psycopg binary (#1477) * Ensure that we retrieve KG Status for documents in collection * github sucks --------- Co-authored-by: emrgnt-cmplxty <68796651+emrgnt-cmplxty@users.noreply.github.com> Co-authored-by: Shreyas Pimpalgaonkar <shreyas.gp.7@gmail.com>
* Update pyproject.toml (#1471) * add alembic migrations to pypi release (#1472) * add alembic migrations to pypi release * modify path * run on main (#1474) * minor kg-search bug (#1476) * minor kg-search bug * fix * Update pyproject.toml * Move to psycopg binary (#1477) --------- Co-authored-by: Shreyas Pimpalgaonkar <shreyas.gp.7@gmail.com> Co-authored-by: Nolan Tremelling <34580718+NolanTrem@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to 9633f00 in 2 minutes and 14 seconds
More details
- Looked at
9313
lines of code in120
files - Skipped
1
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. py/core/providers/database/file.py:191
- Draft comment:
Ensure 'lobject' is defined before attempting to close it to avoid potential errors if 'lo_open' fails.
if 'lobject' in locals():
await conn.execute("SELECT lo_close($1)", lobject)
- Reason this comment was not posted:
Comment did not seem useful.
Workflow ID: wflow_fOCu6CvgwpsZ3EKK
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Important
This pull request adds chunk management functionalities, including ingestion, updating, and deletion, along with corresponding tests and configuration updates.
update_chunks
method inIngestionMixins
to update chunk content and metadata.runner_sdk.py
.test_ingest_chunks
,test_update_chunks
, andtest_delete_chunks
inrunner_sdk.py
.test_file_provider.py
to usepostgres_db_provider
for file operations.test_kg_logic.py
.conftest.py
to include new fixtures for database and provider configurations.openai_provider
fixture inembedding/conftest.py
.This description was created by for 9633f00. It will automatically update as commits are pushed.