Skip to content
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

feat: redis vectorstore #53

Merged
merged 2 commits into from
Jan 16, 2025
Merged

feat: redis vectorstore #53

merged 2 commits into from
Jan 16, 2025

Conversation

N3kox
Copy link
Contributor

@N3kox N3kox commented Jan 14, 2025

What type of PR is this?

feat: redis vectorstore

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

feat:redis 向量库组件封装

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en:
zh(optional):

(Optional) Which issue(s) this PR fixes:

(optional) The PR that updates user documentation:

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 167 files.

Valid Invalid Ignored Fixed
164 3 0 0
Click to see the invalid file list
  • components/indexer/redis/consts.go
  • components/indexer/redis/indexer.go
  • components/indexer/redis/utils.go

components/indexer/redis/consts.go Show resolved Hide resolved
components/indexer/redis/indexer.go Show resolved Hide resolved
components/indexer/redis/utils.go Show resolved Hide resolved
@N3kox N3kox force-pushed the feat/redis_vectorstore branch 2 times, most recently from b7fd4b2 to 6791d93 Compare January 14, 2025 13:22
@N3kox N3kox force-pushed the feat/redis_vectorstore branch from 6791d93 to 0ea6b67 Compare January 15, 2025 03:46
@N3kox N3kox force-pushed the feat/redis_vectorstore branch from 0ea6b67 to 18babe6 Compare January 15, 2025 08:28
@N3kox N3kox force-pushed the feat/redis_vectorstore branch from 18babe6 to f3cc757 Compare January 16, 2025 04:30
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 173 files.

Valid Invalid Ignored Fixed
171 2 0 0
Click to see the invalid file list
  • components/indexer/redis/indexer_test.go
  • components/retriever/redis/retriever_test.go

components/indexer/redis/indexer_test.go Show resolved Hide resolved
components/retriever/redis/retriever_test.go Show resolved Hide resolved
@N3kox N3kox force-pushed the feat/redis_vectorstore branch from f3cc757 to bfdec40 Compare January 16, 2025 05:18
Copy link

go-test-coverage report:

No coverage report available ```

Copy link
Contributor

@BytePender BytePender left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@N3kox N3kox merged commit 38946d1 into main Jan 16, 2025
4 checks passed
@N3kox N3kox deleted the feat/redis_vectorstore branch January 16, 2025 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants