Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitv804 authored Aug 11, 2023
1 parent 1bc9787 commit eff5fce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ LawGPT is a generative AI attorney chatbot that is trained using Indian Penal Co

# Getting Started

1. Install necessary packages: `pip install -r requirements.txt`
2. Create and store vector embeddings:
1. Install necessary packages:

`pip install -r requirements.txt`
3. Create and store vector embeddings:

```py
from langchain.document_loaders import PyPDFLoader, DirectoryLoader
from langchain.text_splitter import RecursiveCharacterTextSplitter
Expand Down

0 comments on commit eff5fce

Please sign in to comment.