Feature/add pre processor functions - #685
Open
Safaael25 wants to merge 15 commits into
Open
Conversation
Collaborator
|
Welcome @Safaael25! It looks like this is your first PR to zilliztech/GPTCache 🎉 |
Author
|
/assign @xiaofan-luan |
Collaborator
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Safaael25 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Author
|
/assign @xiaofan-luan |
Safaael25
force-pushed
the
feature/add-pre-processor-functions
branch
from
May 30, 2026 16:37
bbe0556 to
469ed07
Compare
Author
|
The remaining DCO failures are from other contributors' commits that were merged into my branch from main, not from my own commits. My commits are signed off. Could a maintainer please help resolve this? |
Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Fix last_content_without_template when the template looks like
"Tell me a joke about {subject} with less than 50 words."
where len(field_name_arr) < len(literal_text_arr).
Signed-off-by: safaael25 <safaa.elhmede@gmail.com>
Signed-off-by: safaa <safaa.elhmede@gmail.com>
Support Milvus partition key in saving and searching collection. Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Fix when partition key is not supplied, default to empty string. Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Add parameter (use_partition_key) in initialising Milvus store Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
* Add nomic embedding integration Signed-off-by: Aakash Thatte <aathatte2002@gmail.com> * Add imports for nomic integration Signed-off-by: Aakash Thatte <aathatte2002@gmail.com> * Add example for nomic integration Signed-off-by: Aakash Thatte <aathatte2002@gmail.com> * Fix pylint issues Signed-off-by: Aakash Thatte <aathatte2002@gmail.com> * Fix pylint issues * Add test for nomic integration * fix the lint for the embedding init.py file * fix the lint error for the nomic.py file * fix the lint error for the nomic.py file --------- Signed-off-by: Aakash Thatte <aathatte2002@gmail.com> Co-authored-by: SimFG <bang.fu@zilliz.com> Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
…ter testing Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
…liztech#641) * Fix the nil memory eviction when using the init_similar_cache method Signed-off-by: SimFG <bang.fu@zilliz.com> * Update the version to 0.1.44 Signed-off-by: SimFG <bang.fu@zilliz.com> * Add OpenAI v1.x.x compatibility to embedding models and api base - Support passing the client as the parameter - In OpenAI v1.x.x, `api_base` has been renamed into `base_url` openai/openai-python#1051 (comment) Signed-off-by: Hollow Man <hollowman@opensuse.org> --------- Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: Hollow Man <hollowman@opensuse.org> Co-authored-by: SimFG <bang.fu@zilliz.com> Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
* Remove the Weaviate unit test Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * fix: avoid loading redis if not needed Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * Update the version to `0.1.43` Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * add the note for the gptcache api Signed-off-by: akashAD <aksdesai1998@gmail.com> Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * Fix the nil memory eviction when using the init_similar_cache method Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: akashAD <aksdesai1998@gmail.com> Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * Update the version to 0.1.44 Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: akashAD <aksdesai1998@gmail.com> Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * added support for lancedb as vectorstore Signed-off-by: akashAD <aksdesai1998@gmail.com> Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * Fix pylint issues and improve codes structure Signed-off-by: akashAD <aksdesai1998@gmail.com> Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * refactor & pylint fix code Signed-off-by: akashAD98 <aksdesai1998@gmail.com> * pylint issue fixing Signed-off-by: akashAD98 <aksdesai1998@gmail.com> --------- Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: akashAD98 <aksdesai1998@gmail.com> Signed-off-by: akashAD <aksdesai1998@gmail.com> Co-authored-by: SimFG <bang.fu@zilliz.com> Co-authored-by: leio10 <leo.diez@factorial.co> Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Signed-off-by: safaael25 <safaa.elhmede@gmail.com> Signed-off-by: safaa <safaa.elhmede@gmail.com>
Safaael25
force-pushed
the
feature/add-pre-processor-functions
branch
from
May 30, 2026 17:08
978c13d to
4e05cbb
Compare
Author
Author
|
/assign @cxie |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.