Home / Companies / deepset / Blog / October 2022

October 2022 Summaries

2 posts from deepset

Filter
Month: Year:
Post Summaries Back to Blog
The Haystack community has grown rapidly, prompting the need for a dedicated website that provides resources beyond documentation, including tutorials, articles, support, and various content formats. The new website features a redesigned homepage, tutorial page by difficulty level, community page with upcoming events, and a benchmarks page, which will be continuously improved and expanded upon.
Oct 26, 2022 382 words in the original blog post.
The Beginner's Guide to Text Embeddings` discusses the concept of text embeddings, which represent human language to computers. The guide introduces sparse and dense vector techniques for embedding words and longer texts in a way that conveys meaning rather than just their lexical form. Sparse vectors are context-free but have limitations such as being unable to represent unknown words or encode semantics, whereas dense vector techniques like BERT produce vectors with a notion of how words are related to each other and can encode semantics. The guide explains how dense vectors can be visualized using dimensionality reduction techniques like t-SNE and plotted on a two-dimensional grid to show similarities between words and texts. It also discusses how text vectors are used as the basis for modern NLP technologies such as semantic search, translation, question answering, and automatic summarization.
Oct 19, 2022 1,866 words in the original blog post.