Skip to content
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

Can I use llama-index based on a locally deployed model? #805

Closed
Meaninles opened this issue Mar 20, 2023 · 2 comments
Closed

Can I use llama-index based on a locally deployed model? #805

Meaninles opened this issue Mar 20, 2023 · 2 comments

Comments

@Meaninles
Copy link

I wish to use llama-index with a locally deployed chatglm model, how should I do it? Or what changes should I make?

@jerryjliu
Copy link
Collaborator

we use langchain as the underlying LLM abstraction under the hood, i'd follow langchain docs for how to add a custom llm

docs for how to integrate llm into llamaindex: https://gpt-index.readthedocs.io/en/latest/how_to/custom_llms.html

@huangjiaheng
Copy link

we use langchain as the underlying LLM abstraction under the hood, i'd follow langchain docs for how to add a custom llm

docs for how to integrate llm into llamaindex: https://gpt-index.readthedocs.io/en/latest/how_to/custom_llms.html

404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants