Skip to content

Commit

Permalink
Update README.md Windows note
Browse files Browse the repository at this point in the history
llama-relik  project not relik-llama
  • Loading branch information
stevereiner authored Sep 24, 2024
1 parent 351e91a commit b710b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Output:
On Windows only, in your main starting file you need to have code in a function.
Otherwise you can get a RuntimeError: "An attempt has been made to start a new process before the current process has finished its bootstrapping phase" or hang.
Looks like all you need is having the function structure. Don't need freeze_support() unless producing an executable on Windows as documented.
Note: Llamma Index RelikPathExtractor / PropertyGraphIndex.from_documents ran about 8 times slower on Windows vs Linux whether gpu or cpu. See [relik-llama](https://github.com/stevereiner/llama-relik)
Note: Llamma Index RelikPathExtractor / PropertyGraphIndex.from_documents ran about 8 times slower on Windows vs Linux whether gpu or cpu. See [llama-relik](https://github.com/stevereiner/llama-relik)

```python
from relik import Relik
Expand Down

0 comments on commit b710b0e

Please sign in to comment.