adityaghai07 / GenRAG

MIT License
14 stars 2 forks source link

Updated Readme #9

Closed Captain-T2004 closed 3 months ago

Captain-T2004 commented 3 months ago

Made significant changes to the README file. :) Python -> Python3

adityaghai07 commented 3 months ago

Hello, I am a PR summary agent on flows.network. Here are my reviews of code commits in this PR.


Commit a309cc8511eb14332e15d877ddf7ec8d4c4c7660

  1. The patch updated the README file to change Python commands from "python" to "python3" for creating a virtual environment and executing scripts, which may be necessary for compatibility with some systems.
  2. Modified the instructions on how to create and activate a virtual environment, specifying that Windows users should use env\Scripts\activate instead of source env/bin/activate.
  3. Updated the commands in the "Create embeddings" section from "python create_embeddings.py" to "python3 create_embeddings.py" and changed "python main.py" to "python3 main.py".
  4. The patch also included clarifications about adding a PDF file to the data folder and generating a CSV file with embeddings in that same folder after running create_embeddings.py.
  5. No changes were made to the core functionality or features of Gen