GithubHelp home page GithubHelp logo

awesome-haystack's Introduction

Hey πŸ‘‹ I'm Tuana, I like NLP and I made these cute octopus stickers πŸ™

I'm a Developer Advocate from Istanbul, currently based in Amsterdam and working at deepset. I work on Haystack which is our open-source framework to build applications with LLMs, and spend most of my day dwelling on our community Discord or public repositories..

πŸŽ“ Studied Computer Science at the University of Bristol
πŸ₯‘ Started off as a software engineer, now I am in developer relations for open-source projects
β˜€οΈ I prefer the sun...always

πŸ€— Let's Connect!

Twitter LinkedIn

awesome-haystack's People

Contributors

tuanacelik avatar

Watchers

 avatar  avatar  avatar

awesome-haystack's Issues

<title>

Description

Use this section to tell us a bit about your project. This section also supports images (it's markdown) so feel free to include some 😊

Tagline

I made a thing

Author(s)

Use this section to (optionally) tell us who the authors of this showcase are. Format as you wish 😊 e.g. Firstname Lastname: [email protected]

Link to showcase

No response

The us what task this project does

No response

Haystack Nodes

  • BM25Retriever
  • TableTextRetriever
  • EmbeddingRetriever
  • DensePassageRetriever
  • TfidfRetriever
  • FARMReader
  • TableReader
  • RAGenerator
  • TransformersSummarizer
  • TransformersTranslator
  • TransformersQueryClassifier
  • SklearnQueryClassifier
  • QuestionGenerator
  • TransformersDocumentClassifier
  • EntityExtractor
  • RouteDocuments
  • JoinDocuments
  • JoinAnswers
  • Docs2Answers
  • Custom Node

Document Stores

  • ElasticsearchDocumentsStore
  • OpenSearchDocumsntStore
  • InMemoryDocumentStore
  • WeaviateDocumentStore
  • FAISSDocumentStore
  • OpenDistroElasticsearchDocumentStore
  • MilvusDocumentStore
  • SQLDocumentStore
  • PineconeDocumentStore

My first Haystack showcase

Description

Use this section to tell us a bit about your project. This section also supports images (it's markdown) so feel free to include some 😊

Tagline

I made a thing

Author(s)

Tuana

Link to showcase

No response

The us what task this project does

No response

Haystack Nodes

  • BM25Retriever
  • TableTextRetriever
  • EmbeddingRetriever
  • DensePassageRetriever
  • TfidfRetriever
  • FARMReader
  • TableReader
  • RAGenerator
  • TransformersSummarizer
  • TransformersTranslator
  • TransformersQueryClassifier
  • SklearnQueryClassifier
  • QuestionGenerator
  • TransformersDocumentClassifier
  • EntityExtractor
  • RouteDocuments
  • JoinDocuments
  • JoinAnswers
  • Docs2Answers
  • Custom Node

Document Stores

  • ElasticsearchDocumentsStore
  • OpenSearchDocumsntStore
  • InMemoryDocumentStore
  • WeaviateDocumentStore
  • FAISSDocumentStore
  • OpenDistroElasticsearchDocumentStore
  • MilvusDocumentStore
  • SQLDocumentStore
  • PineconeDocumentStore

Trying Issue Template with Massi

Description

My mega project

Tagline

I made a thing

Author(s)

Tuana and Massi

Link to showcase

https://haystack.deepset.ai

The us what task this project does

blablabla

Haystack Nodes

  • BM25Retriever
  • TableTextRetriever
  • EmbeddingRetriever
  • DensePassageRetriever
  • TfidfRetriever
  • FARMReader
  • TableReader
  • RAGenerator
  • TransformersSummarizer
  • TransformersTranslator
  • TransformersQueryClassifier
  • SklearnQueryClassifier
  • QuestionGenerator
  • TransformersDocumentClassifier
  • EntityExtractor
  • RouteDocuments
  • JoinDocuments
  • JoinAnswers
  • Docs2Answers
  • Custom Node

Document Stores

  • ElasticsearchDocumentsStore
  • OpenSearchDocumsntStore
  • InMemoryDocumentStore
  • WeaviateDocumentStore
  • FAISSDocumentStore
  • OpenDistroElasticsearchDocumentStore
  • MilvusDocumentStore
  • SQLDocumentStore
  • PineconeDocumentStore

<title>

Description

Use this section to tell us a bit about your project. This section also supports images (it's markdown) so feel free to include some 😊

Tagline

I made a thing

Author(s)

Use this section to (optionally) tell us who the authors of this showcase are. Format as you wish 😊 e.g. Firstname Lastname: [email protected]

Link to showcase

No response

The us what task this project does

No response

Haystack Nodes

  • BM25Retriever
  • TableTextRetriever
  • EmbeddingRetriever
  • DensePassageRetriever
  • TfidfRetriever
  • FARMReader
  • TableReader
  • RAGenerator
  • TransformersSummarizer
  • TransformersTranslator
  • TransformersQueryClassifier
  • SklearnQueryClassifier
  • QuestionGenerator
  • TransformersDocumentClassifier
  • EntityExtractor
  • RouteDocuments
  • JoinDocuments
  • JoinAnswers
  • Docs2Answers
  • Custom Node

Document Stores

  • ElasticsearchDocumentsStore
  • OpenSearchDocumsntStore
  • InMemoryDocumentStore
  • WeaviateDocumentStore
  • FAISSDocumentStore
  • OpenDistroElasticsearchDocumentStore
  • MilvusDocumentStore
  • SQLDocumentStore
  • PineconeDocumentStore

Semantically Search PDF Business Reports

Description

Use Haystack’s Semantic Document Search with Hugging Face models in Gradio on any given pdf. Take a look:
giphy

Please find explanations on Medium.

Tagline

Helping non-technical users benefit from semantic document search in pdfs.

Author(s)

Authored by Seb: [email protected]

Link to showcase

https://huggingface.co/spaces/seduerr/semantic_search

The us what task this project does

With deepsets.ai’s Haystack framework, we can answer questions about a a pdf's content with semantic search. Semantic search is powered by deep neural nets and allows you to search documents based on similar phrasing and context (word embeddings). This article by deepset.ai explains the specificities of semantic document search.
In their article, the authors provide an intuitive illustration towards Semantic Document Search which is finding similar documents to queries:
img.

Some real life applications for such functionality is scanning and reading corporate business reports.

Haystack Nodes

  • BM25Retriever
  • TableTextRetriever
  • EmbeddingRetriever
  • DensePassageRetriever
  • TfidfRetriever
  • FARMReader
  • TableReader
  • RAGenerator
  • TransformersSummarizer
  • TransformersTranslator
  • TransformersQueryClassifier
  • SklearnQueryClassifier
  • QuestionGenerator
  • TransformersDocumentClassifier
  • EntityExtractor
  • RouteDocuments
  • JoinDocuments
  • JoinAnswers
  • Docs2Answers
  • Custom Node

Document Stores

  • ElasticsearchDocumentsStore
  • OpenSearchDocumsntStore
  • InMemoryDocumentStore
  • WeaviateDocumentStore
  • FAISSDocumentStore
  • OpenDistroElasticsearchDocumentStore
  • MilvusDocumentStore
  • SQLDocumentStore
  • PineconeDocumentStore

bla

Description

Use this section to tell us a bit about your project. This section also supports images (it's markdown) so feel free to include some 😊

Tagline

I made a thing

Author(s)

Use this section to (optionally) tell us who the authors of this showcase are. Format as you wish 😊 e.g. Firstname Lastname: [email protected]

Link to showcase

No response

The us what task this project does

No response

Haystack Nodes

  • BM25Retriever
  • TableTextRetriever
  • EmbeddingRetriever
  • DensePassageRetriever
  • TfidfRetriever
  • FARMReader
  • TableReader
  • RAGenerator
  • TransformersSummarizer
  • TransformersTranslator
  • TransformersQueryClassifier
  • SklearnQueryClassifier
  • QuestionGenerator
  • TransformersDocumentClassifier
  • EntityExtractor
  • RouteDocuments
  • JoinDocuments
  • JoinAnswers
  • Docs2Answers
  • Custom Node

Document Stores

  • ElasticsearchDocumentsStore
  • OpenSearchDocumsntStore
  • InMemoryDocumentStore
  • WeaviateDocumentStore
  • FAISSDocumentStore
  • OpenDistroElasticsearchDocumentStore
  • MilvusDocumentStore
  • SQLDocumentStore
  • PineconeDocumentStore

<title>

Description

Use this section to tell us a bit about your project. This section also supports images (it's markdown) so feel free to include some 😊

Tagline

I made a thing

Author(s)

Use this section to (optionally) tell us who the authors of this showcase are. Format as you wish 😊 e.g. Firstname Lastname: [email protected]

Link to showcase

No response

The us what task this project does

No response

Haystack Nodes

  • BM25Retriever
  • TableTextRetriever
  • EmbeddingRetriever
  • DensePassageRetriever
  • TfidfRetriever
  • FARMReader
  • TableReader
  • RAGenerator
  • TransformersSummarizer
  • TransformersTranslator
  • TransformersQueryClassifier
  • SklearnQueryClassifier
  • QuestionGenerator
  • TransformersDocumentClassifier
  • EntityExtractor
  • RouteDocuments
  • JoinDocuments
  • JoinAnswers
  • Docs2Answers
  • Custom Node

Document Stores

  • ElasticsearchDocumentsStore
  • OpenSearchDocumsntStore
  • InMemoryDocumentStore
  • WeaviateDocumentStore
  • FAISSDocumentStore
  • OpenDistroElasticsearchDocumentStore
  • MilvusDocumentStore
  • SQLDocumentStore
  • PineconeDocumentStore

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.