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

Commit273f080

Browse files
Moloejoegitbook-bot
authored andcommitted
GITBOOK-111: No subject
1 parentfc5392b commit273f080

File tree

7 files changed

+388
-6
lines changed

7 files changed

+388
-6
lines changed
107 KB
Loading
14.7 KB
Loading
Loading

‎pgml-cms/docs/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
##Use Cases
6161

6262
*[OpenSourceAI](use-cases/opensourceai.md)
63-
*[Chatbots](use-cases/chatbots.md)
63+
*[Chatbots](use-cases/chatbots/README.md)
64+
*[Example Application](use-cases/chatbots/chatbots.md)
6465
*[Search](use-cases/improve-search-results-with-machine-learning.md)
6566
*[Embeddings](use-cases/embeddings/README.md)
6667
*[Generating LLM embeddings with open source models](use-cases/embeddings/generating-llm-embeddings-with-open-source-models-in-postgresml.md)

‎pgml-cms/docs/resources/developer-docs/installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,16 @@ To install the necessary Python packages into a virtual environment, use the `vi
6363
```bash
6464
virtualenv pgml-venv&& \
6565
source pgml-venv/bin/activate&& \
66-
pip install -r requirements.linux.txt
66+
pip install -r requirements.txt&& \
67+
pip install -r requirements-xformers.txt --no-dependencies
6768
```
6869
{% endtab %}
6970

7071
{% tab title="Globally" %}
7172
Installing Python packages globally can cause issues with your system. If you wish to proceed nonetheless, you can do so:
7273

7374
```bash
74-
pip3 install -r requirements.linux.txt
75+
pip3 install -r requirements.txt
7576
```
7677
{% endtab %}
7778
{% endtabs %}

‎pgml-cms/docs/use-cases/chatbots/README.md

Lines changed: 380 additions & 0 deletions
Large diffs are not rendered by default.

‎pgml-cms/docs/use-cases/chatbots.mdrenamed to ‎pgml-cms/docs/use-cases/chatbots/chatbots.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description:CLI tool to build and deploy chatbots
33
---
44

5-
#Chatbots
5+
#Example Application
66

77
Introduction
88

@@ -135,7 +135,7 @@ If you have set up the Slack app correctly, you should see the following output:
135135
136136
Once the slack app is running, you can interact with the chatbot on Slack as shown below. In the example here, name of the bot is`PgBot`. This app responds only to direct messages to the bot.
137137
138-
<figure><img src="../.gitbook/assets/chatbot_slack.png" alt=""><figcaption></figcaption></figure>
138+
<figure><img src="../../.gitbook/assets/chatbot_slack.png" alt=""><figcaption></figcaption></figure>
139139
140140
#### Discord
141141
@@ -159,4 +159,4 @@ If you have set up the Discord app correctly, you should see the following outpu
159159
160160
Once the discord app is running, you can interact with the chatbot on Discord as shown below. In the example here, name of the bot is`pgchat`. This app responds only to direct messages to the bot.
161161
162-
<figure><img src="../.gitbook/assets/chatbot_discord.png" alt=""><figcaption></figcaption></figure>
162+
<figure><img src="../../.gitbook/assets/chatbot_discord.png" alt=""><figcaption></figcaption></figure>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp