cocktailpeanut / dalai

The simplest way to run LLaMA on your local machine
https://cocktailpeanut.github.io/dalai
13.09k stars 1.42k forks source link

Would it be possible to support llama index? #304

Open sf17 opened 1 year ago

sf17 commented 1 year ago

Would it be possible to support llama index? Or anything else based on https://github.com/hwchase17/langchain ?

See https://github.com/jerryjliu/llama_index/issues/928 This would allow for easier extensibility.

claysauruswrecks commented 1 year ago

Yes, but probably not in this project. Your best bet is to write your application to interact with the API.

ansarizafar commented 1 year ago

I would also love to use llama index with dalai. @cocktailpeanut whats your take on this issue?