Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chatbot-lab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSDS
Teaching
Master
Cloud
chatbot-lab
Commits
a1a00bc9
Commit
a1a00bc9
authored
4 months ago
by
abir.chebbi
Browse files
Options
Downloads
Patches
Plain Diff
minor change
parent
4f2b75f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-3
4 additions, 3 deletions
README.md
with
4 additions
and
3 deletions
README.md
+
4
−
3
View file @
a1a00bc9
# chatbot
-
lab
# chatbot
lab
## Set up environment:
## Set up environment:
1.
AWS CLI: Ensure AWS CLI is installed and configured on your laptop(refer to the setup guide provided in Session 1).
1.
AWS CLI: Ensure AWS CLI is installed and configured on your laptop(refer to the setup guide provided in Session 1).
2.
Ensure python is installed: python 3.8 or higher.
2.
Ensure python is installed: python 3.8 or higher.
3.
Install required python libraries listed in the 'requirements.txt':
3.
Install required python libraries listed in the 'requirements.txt':
`pip3 install -r requirements.txt`
`pip3 install -r requirements.txt`
...
@@ -35,7 +36,7 @@ This script performs the following actions:
...
@@ -35,7 +36,7 @@ This script performs the following actions:
*
Creates a vector store with the name collection entered as argument.
*
Creates a vector store with the name collection entered as argument.
*
After the vector store is set up, the script retrieves and displays the store's endpoint.
*
After the vector store is set up, the script retrieves and displays the store's endpoint.
### Step 3: Vectorizing the PDF Files
### Step 3: Vectorizing the PDF Files
:
After setting up the S3 bucket and Vector DB, we could process PDF files to generate and store embeddings in the vector database.
After setting up the S3 bucket and Vector DB, we could process PDF files to generate and store embeddings in the vector database.
...
@@ -121,6 +122,6 @@ Where:
...
@@ -121,6 +122,6 @@ Where:
-
**[KeyPairName]**
: The name of the key_pair created earlier.
-
**[KeyPairName]**
: The name of the key_pair created earlier.
-
**[SecurityGroupID]**
: The id of the security group created earlier.
-
**[SecurityGroupID]**
: The id of the security group created earlier.
## Step 3: Accessing the app
:
## Step 3: Accessing the app
lication
Once the app starts, navigate to this URL
`http://[public_ip_adress_of_yourVM]:8501`
in your web browser to start interacting with your chatbot
Once the app starts, navigate to this URL
`http://[public_ip_adress_of_yourVM]:8501`
in your web browser to start interacting with your chatbot
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment