FastChat
FastChat copied to clipboard
Where to add embedding function?
trafficstars
Hi, I am trying to add embedding function. To achieve it, I have read docs/langchain_integration.md, docs/openai_api.md, tests/test_openai_langchain.py. I am not familiar with web deployment so I am a little lost. I hope there are someone can answer my questions.
- Where should I add embedding related codes(loader and embedding model)?
- Where is the user input from gradio webpage?
Thanks.