run-llama / chat-llamaindex

https://chat.llamaindex.ai
MIT License
869 stars 265 forks source link

feat: use latest create llama and llamaindex #101

Closed thucpn closed 3 months ago

thucpn commented 3 months ago

New features:

Change in flow:

Note: use latest create-llama on PR: https://github.com/run-llama/create-llama/pull/202

vercel[bot] commented 3 months ago

@thucpn is attempting to deploy a commit to the LlamaIndex Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chat-llama ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 1:33pm
marcusschiesser commented 3 months ago

@thucpn there are two blockers from merging this:

  1. If I just send "Hi" to "My documents" I get the following error:

    image

    The reason is that we need a datasource for "My documents" (we always should have one defined) - so add a "private" datasource

  2. File upload is leading to a 500 error. This is expected as the datasources are read/only and the persist call will obviously fail. For this PR, we just need to show an error message

The benefit of this PR will then be: People can locally run chat-llamaindex and use the file upload feature (as in dev environments the indexes are writeable)