-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/upgrade LlamaIndex to 0.10 #1663
Conversation
Published docs preview URL: https://privategpt-preview-6a152c47-279e-4440-9411-1fdfe2846943.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-caa61d31-b507-469b-9005-d2b3885c8a74.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-8cb6db5e-9708-4777-8334-fe4168953e13.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-fbc0a9b0-1687-497b-b771-649e9963d031.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-5853b2ca-83ed-4e0d-becd-08f6de8430bc.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-5f9f5006-1238-47f8-9eff-6217976a1720.docs.buildwithfern.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something will probably blow up in some configuration, but looks good 👍
Published docs preview URL: https://privategpt-preview-698efe31-3397-4e25-a366-08d5eca6f678.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-6ac1f0aa-f363-4c2c-9927-c27b429fca22.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-365d00f9-7a6e-4ac6-b3a3-c7fec1e07b27.docs.buildwithfern.com |
@imartinez what do you think about including a few test documents in the distribution, and then adding some sort of "Test your installation" section to the Install docs that help users confirm that everything is running correctly (e.g. by uploading the provided test documents, posing a question to the Chat, and verifying the response coming back)? |
Thanks for the idea. We had just that in the primordial version. But beyond some odd discussion about how appropriate was the document itself, it added little value. |
Published docs preview URL: https://privategpt-preview-4d692924-46ec-4639-ba5e-f055de281057.docs.buildwithfern.com |
This PR includes breaking changes to how PrivateGPT is installed.
It follows the breaking changed introduced by LlamaIndex 0.10.x
Changes:
The new way of installing privateGPT's dependencies is by choosing the different modules to use and installing them through "extras":
poetry install --extras "<extra1> <extra2>..."
Where
<extra>
can be any of the following:We are making Ollama setup the recommended local setup: