Skip to content

surenoobster/rag_pdf_judicial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rag_pdf_judicial

Screenshot from 2024-09-14 18-47-55

Do Instructions for Setting up the Google API Key Open your .bashrc file with the nano editor:

bash Copy code

nano ~/.bashrc

Add the following line at the end of the file:

export GOOGLE_API_KEY=your_google_api_key_here

Replace your_google_api_key_here with your actual Google API key.

Save and exit:

Press Ctrl + X, then press Y to confirm the changes, and hit Enter. Reload the .bashrc file:

After modifying .bashrc, reload it for the changes to take effect:

bash Copy code

source ~/.bashrc

Screenshot from 2024-09-14 19-01-07

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages