Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavdixit99 committed Feb 7, 2024
1 parent 8856a6e commit c8fec77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/GTE_mlx_RAG/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It is built using `lancedb.embeddings.gte` embedding function which uses General

Please install lancedb via git instead of PyPI as some latest features might be missing, to get the latest code, run the following in your virtual env :
```bash
pip install -e "git+https://github.com/lancedb/lancedb.git#egg=lancedb&subdirectory=python"
python3 -m pip install -e "git+https://github.com/lancedb/lancedb.git#egg=lancedb&subdirectory=python"

python3 -m pip install -r requirements.txt
```
Expand Down
2 changes: 1 addition & 1 deletion applications/GTE_mlx_RAG/ingest_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def pdf_to_lancedb(pdf_file: str, path: str = "/tmp/lancedb"):
Parameters:
- pdf_file (str): The path to the input PDF file.
- vdb_file (str): The path to store the vector DB.
- path (str): The path to store the vector DB.
default: /tmp/lancedb
Returns:
Expand Down

0 comments on commit c8fec77

Please sign in to comment.