Skip to content

Commit

Permalink
Merge pull request #41 from akashAD98/applications-chatwith_url
Browse files Browse the repository at this point in the history
Applications chatwith url
  • Loading branch information
AyushExel authored Oct 15, 2023
2 parents 4ad51ad + 79816cd commit 3931ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ These are ready to use applications built using LanceDB serverless vector databa
| [YOLOExplorer](https://github.com/lancedb/yoloexplorer) | Iterate on your YOLO / CV datasets using SQL, Vector semantic search, and more within seconds | ![YOLOExplorer](https://github.com/lancedb/vectordb-recipes/assets/15766192/ae513a29-8f15-4e0b-99a1-ccd8272b6131) |
| [Website Chatbot (Deployable Vercel Template)](https://github.com/lancedb/lancedb-vercel-chatbot) | Create a chatbot from the sitemap of any website/docs of your choice. Built using vectorDB serverless native javascript package. | ![Chatbot](assets/vercel-template.gif) |
| [Multi-Modal Search Engine](https://github.com/lancedb/vectordb-recipes/tree/rf/applications/multimodal-search) | Create a Multi-modal search engine app, to search images using both images or text | ![Search](https://github.com/lancedb/vectordb-recipes/assets/15766192/9805fec8-da72-44c0-be12-ddbe1c2d6afc)|
| [ Chat with multiple URL/website ](https://github.com/lancedb/vectordb-recipes/tree/main/applications/chat_with_anywebsite/) | Conversational AI for Any Website with Mistral,Bge Embedding & LanceDB |![webui_aa](https://github.com/akashAD98/vectordb-recipes/assets/62583018/47a9af87-2d94-4fd8-afa1-373db03bd728) |



## Tutorials
Expand Down
2 changes: 1 addition & 1 deletion applications/chat_with_anywebsite/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def load_llm(self):
#llm = CTransformers(
# model="mistral-7b-instruct-v0.1.Q5_K_M.gguf",
# model_type="mistral"
)
#)
llm = CTransformers(model='TheBloke/Mistral-7B-v0.1-GGUF', model_file='mistral-7b-v0.1.Q4_K_M.gguf',model_type="mistral")
return llm

Expand Down

0 comments on commit 3931ab4

Please sign in to comment.