Question: local HF model + Auto update index from specific folder
Maxamed opened this issue · 1 comments
Maxamed commented
Steps to reproduce
Which option to use if the usecase is :
- Using local HF model
- Auto update index from specific folder
- Store embeddings in database
Love this project !
Relevant log output
Not available
What did you expect to happen?
Easier way to deploy and use
Version
1
Docker Versions (if used)
No response
OS
MacOS
On which CPU architecture did you run Pathway?
ARM64 (AArch64, Apple silicon)
dxtrous commented
You can use the "contextful" example as a template (or "alerting", or "unstructured" depending on your need).
Then, replace any references in the code to OpenAI with those to HuggingFace - as in the "local" example.