haystack-demos icon indicating copy to clipboard operation
haystack-demos copied to clipboard

Fully working applications that demonstrate how to use Haystack to implement common NLP use cases

Results 8 haystack-demos issues
Sort by recently updated
recently updated
newest added

Hi, I miss the source code for some of the components of the health demo. For testing it properly I need all the source code. Regards.

Api changes from >=1.14 are reflected in explore_the_world/ui/utils.py --> query function. With these changes there now is a check for answers "document_ids" that value did not exist

Seems both demos are currently broken: * `explore_the_world`: broken because ElasticSearch fails to come up ``` explore_the_world-elasticsearch-1 | {"type": "server", "timestamp": "2023-03-31T11:48:07,987Z", "level": "ERROR", "component": "o.e.i.g.GeoIpDownloader", "cluster.name": "docker-cluster", "node.name": "397ae3798dd8",...

https://github.com/deepset-ai/haystack/issues/3623

We provide a Helm chart for Haystack in our [haystack-helm repository](https://github.com/deepset-ai/haystack-helm). Let’s use this chart to deploy our _Explore the World_ demo with Kubernetes.

enhancement

the preview in `https://haystack-demo.deepset.ai/` down. and I build this code and do not work anymore please archive this repository

* Add new demos * Update the text and logos * Remove old demos

The default demo doesn't work (following the [demo readme](https://github.com/deepset-ai/haystack-demos/blob/main/qdrant_indexing/README.md)). It's struggling with "content_field" from the retriever. I tried various deepset/haystack:base base versions, but did not fix it. ``` hayhooks |...