Merged
Conversation
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Contributor
There was a problem hiding this comment.
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (4)
vechord/spec.py:196
- The literal 'wiki_tocken' appears to be misspelled. Consider changing it to 'wiki_token' for clarity.
def with_model(cls, model: Literal["bert_base_uncased", "wiki_tocken"]) -> Type:
tests/test_table.py:114
- The variable name 'Tockenizer' seems misspelled and should be 'Tokenizer' to improve readability and consistency.
Tockenizer = Keyword.with_model("wiki_tocken")
docs/source/utils.md:3
- There are a couple of typos: 'provides' should be 'provide' and 'thses' should be 'these'.
We provides some basic tools to help you build the RAG pipeline. But it's not limited to thses internal tools.
docs/source/guide.md:5
- The word 'Inherite' is misspelled; it should be 'Inherit'.
Inherite the {py:class}`~vechord.spec.Table` class and define the columns as attributes with the
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.