Wil

Results 7 issues of Wil

Hey 👋🏼 Thanks for putting together this repo and tutorial it was really useful. After some time using it I started receiving this error when accessing the dashboard (At the...

Hi! I hope you're doing well in this complex time. First of all, I wanted to thank you for the initial code as it helped me in getting ready again...

This PR adds: ## Changes **Grafbase resolver to get topic suggestions on a new link** Using a new link web page description from its meta tags we create an embedding...

feature

Based on guidelines of [updating strapi](https://docs.strapi.io/dev-docs/update-version) and the [latest release](https://github.com/strapi/strapi/releases/tag/v4.13.3) of it. I updated: - `config/admin.js` to contain the new required key for strapi. - `package.json` to use new versions...

This PR adds changes to import folders with documents in them. ## Changes Alternatively to https://github.com/weaviate/Verba/pull/164 This PR would add a button in the frontend in the 'Add documents page'...

This PR Adds: - `/api/import_directory` endpoint so the user can upload complete directories additionally to files. It reuses most of the `/api/import/` logic. **Example call** ``` http POST localhost:8000/api/import_directory directories:='["YOUR_DIRECTORY_FULL_PATH"]'...

It seems that mkl related packages for adv_transformer are throwing issues: ```sh mkl-fft==1.0.15 mkl-random==1.1.1 mkl-service==2.3.0 ``` This seems to be known by them giving the issues referenced [here](https://stackoverflow.com/a/62688235), They seem...