Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70f4d60

Browse files
authored
Fix instructor typo (#1026)
1 parent005517d commit70f4d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pgml-sdks/pgml/python/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a basic example to perform semantic search on a collection of documents.
1515
##[Question Answering](./question_answering.py)
1616
This is an example to find documents relevant to a question from the collection of documents. It loads the Stanford Question Answering Dataset (SQuAD) into the database, generates chunks and embeddings. Query is passed to vector search to retrieve documents that match closely in the embeddings space. A score is returned with each of the search result.
1717

18-
##[Question Answering usingInstructore Model](./question_answering_instructor.py)
18+
##[Question Answering usingInstructor Model](./question_answering_instructor.py)
1919
In this example, we will use`hknlp/instructor-base` model to build text embeddings instead of the default`intfloat/e5-small` model.
2020

2121
##[Extractive Question Answering](./extractive_question_answering.py)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp