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

Contents moved to https://github.com/deepset-ai/haystack-home

Results 17 haystack-website issues
Sort by recently updated
recently updated
newest added

We just merged this [PR](https://github.com/deepset-ai/haystack/pull/3001) which added support for dot product and l2 distance for the `WeaviateDocumentStore`. We need, therefore, to update the _Choosing the Right Document Store_ section for...

Unfortunately we merged https://github.com/deepset-ai/haystack/pull/2850 before making sure the documentation is updated. This PR changes the way custom nodes can declare the number of outgoing edges. Reach out to @ZanSara or...

This page should be updated to be ready for the migration to Discord. It would include a join link and an optional form to add your email for any potential...

feature

One feedback is that the radio button on the top right to change the page's theme is not changing the theme in one go. For the first time, it will...

bug

Here https://github.com/deepset-ai/haystack-website/blob/source/docs/latest/components/ready_made_pipelines.mdx#documentsearchpipeline This line is missing a `}` ``` pipeline = DocumentSearchPipeline(retriever) query = "Tell me something about that time when they play chess." result = pipeline.run(query, params={"Retriever": {"top_k": 2})...

documentation
Should

- We used to have anchor links via icons for each section in the docs which made it easier to share the exact position of a page in a link...

Should

- In tabbed elements, the colour of the unselected tab is too close to the background colour - Would be good to a have a little more contrast in the...

Should

We now have descriptive tab titles (#280) but we don't yet have a means to populate a pages metadata. One method of implementing this was suggested in [this comment](https://github.com/deepset-ai/haystack-website/issues/280#issuecomment-1110568034). Such...

documentation
enhancement
Should

- Link generation for tutorials and reference pages - Change [[hardcoded versions](https://github.com/deepset-ai/haystack-website/pull/196)](https://github.com/deepset-ai/haystack-website/pull/196) to dynamic implementation

Should

- We plan in the near future to have a fully fledged search function in our website - In the short term we can just have a basic keyword search...

Should