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

Commitce012e4

Browse files
committed
fix title
1 parent6695538 commitce012e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pgml-apps/discord-bot/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Discord Bot using pgml Python SDK, Langchain, Instructor-xl, and Falcon 7B
1+
#Discord Bot using pgml, Langchain, Instructor-xl, and Falcon 7B
22

33
In this tutorial, we will build a Discord bot that can use markdown files to help answer user inquiries. We will ingest the files, convert their contents into vector embeddings, and save them to Postgres. After indexing the data, the bot will query the collection to retrieve the documents that are most likely to answer the user's question. Then, we will use a simple SQL query utilizing PostgresML to retrieve a completion from the open source Falcon-7B-Instruct text generation model. Finally, we will return this completion to the user in the Discord channel. We will be using the[pgml python SDK](https://pypi.org/project/pgml/) to simplify the process.
44

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp