zilliztech / GPTCache

Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
https://gptcache.readthedocs.io
MIT License
7.09k stars 502 forks source link

T10H-85 - VectorBase change for namespace allocation #449

Closed jacktempo7 closed 1 year ago

sre-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jacktempo7 To complete the pull request process, please assign simfg after the PR has been reviewed. You can assign the PR to them by writing /assign @simfg in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/zilliztech/GPTCache/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
sre-ci-robot commented 1 year ago

Welcome @jacktempo7! It looks like this is your first PR to zilliztech/GPTCache 🎉

SimFG commented 1 year ago

@jacktempo7 thanks your contribution, please use the dev branch as the target branch

codecov[bot] commented 1 year ago

Codecov Report

Merging #449 (e10aef1) into main (10dcfae) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/zilliztech/GPTCache/pull/449/graphs/tree.svg?width=650&height=150&src=pr&token=E30WxqBeJJ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech)](https://app.codecov.io/gh/zilliztech/GPTCache/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech) ```diff @@ Coverage Diff @@ ## main #449 +/- ## ======================================= Coverage 93.89% 93.90% ======================================= Files 90 90 Lines 3327 3329 +2 ======================================= + Hits 3124 3126 +2 Misses 203 203 ``` | [Impacted Files](https://app.codecov.io/gh/zilliztech/GPTCache/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech) | Coverage Δ | | |---|---|---| | [gptcache/manager/vector\_data/manager.py](https://app.codecov.io/gh/zilliztech/GPTCache/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-Z3B0Y2FjaGUvbWFuYWdlci92ZWN0b3JfZGF0YS9tYW5hZ2VyLnB5) | `98.85% <100.00%> (+0.01%)` | :arrow_up: | | [gptcache/manager/vector\_data/redis\_vectorstore.py](https://app.codecov.io/gh/zilliztech/GPTCache/pull/449?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zilliztech#diff-Z3B0Y2FjaGUvbWFuYWdlci92ZWN0b3JfZGF0YS9yZWRpc192ZWN0b3JzdG9yZS5weQ==) | `92.30% <100.00%> (+0.15%)` | :arrow_up: |