prompt
stringlengths
31
162
pipeline
stringlengths
207
1.65k
Build generative qa pipeline consisting of dense passage retriever, seq2 seq generator and sql document store
{"version": "1.8.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_documents": "overwrite", "check_same_thread": false}}, {"name": "dense_passage_retriever", "type": "DensePassageRetriever", "params": {"ma...
Make Haystack question answer generation pipeline using RCIReader and QuestionGenerator
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "rci_reader", "type": "RCIReader", "params": {"row_model_name_or_path": "michaelrglass/albert-base-rci-wikisql-row"...
Build Haystack question answer generation pipeline with TransformersReader and QuestionGenerator
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"model_name_or_path": "distilbert-base-uncased-dist...
Make Haystack question generation pipeline
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Generate Haystack extractive qa using bm25 retriever, TransformersReader and faiss document store
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Build extractive qa system consisting of TransformersReader, BM25Retriever and in memory document store
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Build extractive qa consisting of table reader, sql document store and table text retriever
{"version": "1.8.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_documents": "overwrite", "check_same_thread": false}}, {"name": "table_text_retriever", "type": "TableTextRetriever", "params": {"max_seq_...
Create Haystack generative qa pipeline with PineconeDocumentStore, TableTextRetriever and open ai answer generator
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...
Generate Haystack search summarization consisting of embedding retriever, transformers summarizer and faiss document store
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Build question generation pipeline
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Create GenerativeQAPipeline using SQLDocumentStore, RAGenerator and dense passage retriever
{"version": "1.8.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_documents": "overwrite", "check_same_thread": false}}, {"name": "dense_passage_retriever", "type": "DensePassageRetriever", "params": {"ma...
Generate Haystack FAQPipeline using deepset cloud document store and ElasticsearchRetriever
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "elasticsearch_retri...
Make Haystack faq search pipeline consisting of FAISSDocumentStore and multihop embedding retriever
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Build Haystack search summarization system with sql document store, embedding retriever and transformers summarizer
{"version": "1.8.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_documents": "overwrite", "check_same_thread": false}}, {"name": "embedding_retriever", "type": "EmbeddingRetriever", "params": {"use_gpu":...
Create search summarization using filter retriever, InMemoryDocumentStore and TransformersSummarizer
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Generate Haystack question generation system
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Create faq search pipeline consisting of elasticsearch retriever and ElasticsearchDocumentStore
{"version": "1.8.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", "embedding_dim": 768, "analyzer": "standard", "scheme": ...
Generate Haystack QuestionAnswerGenerationPipeline using question generator and TableReader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "table_reader", "type": "TableReader", "params": {"model_name_or_path": "google/tapas-base-finetuned-wtq", "use_gpu...
Build Haystack question answer generation system consisting of RCIReader and QuestionGenerator
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "rci_reader", "type": "RCIReader", "params": {"row_model_name_or_path": "michaelrglass/albert-base-rci-wikisql-row"...
Create Haystack question generation system
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Make document search pipeline consisting of elasticsearch filter only retriever and open distro elasticsearch document store
{"version": "1.8.0", "components": [{"name": "open_distro_elasticsearch_document_store", "type": "OpenDistroElasticsearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embe...
Build FAQPipeline with pinecone document store and embedding retriever
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...
Make Haystack document search pipeline using ElasticsearchDocumentStore and BM25Retriever
{"version": "1.8.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", "embedding_dim": 768, "analyzer": "standard", "scheme": ...
Make generative pipeline with Seq2SeqGenerator, table text retriever and SQLDocumentStore
{"version": "1.8.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_documents": "overwrite", "check_same_thread": false}}, {"name": "table_text_retriever", "type": "TableTextRetriever", "params": {"max_seq_...
Build Haystack search summarization system with TransformersSummarizer, PineconeDocumentStore and elasticsearch filter only retriever
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...
Make question generation pipeline
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Create faq pipeline with table text retriever and OpenSearchDocumentStore
{"version": "1.8.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", ...
Build Haystack question generation system
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Make Haystack search summarization using transformers summarizer, PineconeDocumentStore and table text retriever
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...
Generate faq pipeline consisting of TableTextRetriever and OpenSearchDocumentStore
{"version": "1.8.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", ...
Build Haystack generative qa system using WeaviateDocumentStore, ra generator and elasticsearch filter only retriever
{"version": "1.8.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {"port": 0, "timeout_config": [5, 15], "index": "Document", "embedding_dim": 768, "content_field": "content", "name_field": "name", "similarity": "cosine", "index_type": "hnsw", "return_embedding": false, ...
Make extractive qa with PineconeDocumentStore, rci reader and bm25 retriever
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...
Create Haystack extractive qa system consisting of BM25Retriever, transformers reader and InMemoryDocumentStore
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Build Haystack faq pipeline with InMemoryDocumentStore and filter retriever
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Build Haystack FAQPipeline consisting of OpenDistroElasticsearchDocumentStore and elasticsearch retriever
{"version": "1.8.0", "components": [{"name": "open_distro_elasticsearch_document_store", "type": "OpenDistroElasticsearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embe...
Create QuestionAnswerGenerationPipeline using QuestionGenerator and rci reader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "rci_reader", "type": "RCIReader", "params": {"row_model_name_or_path": "michaelrglass/albert-base-rci-wikisql-row"...
Make extractive qa pipeline with FAISSDocumentStore, elasticsearch retriever and RCIReader
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Generate Haystack extractive qa using TableTextRetriever, TableReader and SQLDocumentStore
{"version": "1.8.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_documents": "overwrite", "check_same_thread": false}}, {"name": "table_text_retriever", "type": "TableTextRetriever", "params": {"max_seq_...
Generate Haystack qa pipeline using in memory document store, farm reader and embedding retriever
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Build GenerativeQAPipeline consisting of seq2 seq generator, tfidf retriever and deepset cloud document store
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "tfidf_retriever", "...
Build Haystack document search system using deepset cloud document store and bm25 retriever
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "bm25_retriever", "t...
Create Haystack GenerativeQAPipeline using RAGenerator, weaviate document store and table text retriever
{"version": "1.8.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {"port": 0, "timeout_config": [5, 15], "index": "Document", "embedding_dim": 768, "content_field": "content", "name_field": "name", "similarity": "cosine", "index_type": "hnsw", "return_embedding": false, ...
Create Haystack faq search pipeline using elasticsearch retriever and deepset cloud document store
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "elasticsearch_retri...
Make Haystack document search system consisting of ElasticsearchRetriever and deepset cloud document store
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "elasticsearch_retri...
Create Haystack QuestionAnswerGenerationPipeline consisting of transformers reader and question generator
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"model_name_or_path": "distilbert-base-uncased-dist...
Create document search system with elasticsearch document store and BM25Retriever
{"version": "1.8.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", "embedding_dim": 768, "analyzer": "standard", "scheme": ...
Build Haystack qa pipeline with transformers reader, BM25Retriever and InMemoryDocumentStore
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Create question answer generation pipeline using transformers reader and question generator
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"model_name_or_path": "distilbert-base-uncased-dist...
Build Haystack SearchSummarizationPipeline consisting of EmbeddingRetriever, TransformersSummarizer and faiss document store
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Create Haystack GenerativeQAPipeline using WeaviateDocumentStore, embedding retriever and OpenAIAnswerGenerator
{"version": "1.8.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {"port": 0, "timeout_config": [5, 15], "index": "Document", "embedding_dim": 768, "content_field": "content", "name_field": "name", "similarity": "cosine", "index_type": "hnsw", "return_embedding": false, ...
Create Haystack question answer generation pipeline with QuestionGenerator and transformers reader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"model_name_or_path": "distilbert-base-uncased-dist...
Build extractive qa consisting of ElasticsearchFilterOnlyRetriever, FAISSDocumentStore and farm reader
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Generate Haystack qa system with FARMReader, faiss document store and ElasticsearchFilterOnlyRetriever
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Build QuestionGenerationPipeline
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Create generative qa with embedding retriever, deepset cloud document store and Seq2SeqGenerator
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "embedding_retriever...
Make question answer generation system with question generator and farm reader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "farm_reader", "type": "FARMReader", "params": {"context_window_size": 150, "batch_size": 50, "use_gpu": true, "no_...
Build question generation system
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Build question answer generation pipeline with rci reader and question generator
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "rci_reader", "type": "RCIReader", "params": {"row_model_name_or_path": "michaelrglass/albert-base-rci-wikisql-row"...
Generate ExtractiveQAPipeline with FARMReader, InMemoryDocumentStore and EmbeddingRetriever
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Generate generative qa with OpenDistroElasticsearchDocumentStore, RAGenerator and elasticsearch retriever
{"version": "1.8.0", "components": [{"name": "open_distro_elasticsearch_document_store", "type": "OpenDistroElasticsearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embe...
Generate ExtractiveQAPipeline with faiss document store, farm reader and tfidf retriever
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Make Haystack faq pipeline consisting of TableTextRetriever and WeaviateDocumentStore
{"version": "1.8.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {"port": 0, "timeout_config": [5, 15], "index": "Document", "embedding_dim": 768, "content_field": "content", "name_field": "name", "similarity": "cosine", "index_type": "hnsw", "return_embedding": false, ...
Generate Haystack question answer generation pipeline consisting of RCIReader and question generator
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "rci_reader", "type": "RCIReader", "params": {"row_model_name_or_path": "michaelrglass/albert-base-rci-wikisql-row"...
Build Haystack search pipeline with FAISSDocumentStore and TfidfRetriever
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Create Haystack search pipeline consisting of tfidf retriever and open search document store
{"version": "1.8.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", ...
Build QuestionAnswerGenerationPipeline with QuestionGenerator and transformers reader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"model_name_or_path": "distilbert-base-uncased-dist...
Make GenerativeQAPipeline using elasticsearch retriever, RAGenerator and OpenDistroElasticsearchDocumentStore
{"version": "1.8.0", "components": [{"name": "open_distro_elasticsearch_document_store", "type": "OpenDistroElasticsearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embe...
Create question answer generation system with QuestionGenerator and table reader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "table_reader", "type": "TableReader", "params": {"model_name_or_path": "google/tapas-base-finetuned-wtq", "use_gpu...
Create QuestionAnswerGenerationPipeline consisting of question generator and FARMReader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "farm_reader", "type": "FARMReader", "params": {"context_window_size": 150, "batch_size": 50, "use_gpu": true, "no_...
Create Haystack faq pipeline using filter retriever and PineconeDocumentStore
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...
Make Haystack faq system with DeepsetCloudDocumentStore and ElasticsearchRetriever
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "elasticsearch_retri...
Make Haystack SearchSummarizationPipeline consisting of pinecone document store, TransformersSummarizer and ElasticsearchFilterOnlyRetriever
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...
Build document search pipeline with elasticsearch retriever and deepset cloud document store
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "elasticsearch_retri...
Generate extractive qa consisting of farm reader, in memory document store and elasticsearch filter only retriever
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Create Haystack faq pipeline using TfidfRetriever and ElasticsearchDocumentStore
{"version": "1.8.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", "embedding_dim": 768, "analyzer": "standard", "scheme": ...
Generate generative pipeline using SQLDocumentStore, dense passage retriever and seq2 seq generator
{"version": "1.8.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_documents": "overwrite", "check_same_thread": false}}, {"name": "dense_passage_retriever", "type": "DensePassageRetriever", "params": {"ma...
Make Haystack document search system with DeepsetCloudDocumentStore and ElasticsearchRetriever
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "elasticsearch_retri...
Create question generation pipeline
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Create Haystack search pipeline consisting of TableTextRetriever and elasticsearch document store
{"version": "1.8.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", "embedding_dim": 768, "analyzer": "standard", "scheme": ...
Build Haystack search pipeline with ElasticsearchDocumentStore and tfidf retriever
{"version": "1.8.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", "embedding_dim": 768, "analyzer": "standard", "scheme": ...
Create faq search pipeline consisting of deepset cloud document store and elasticsearch retriever
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "elasticsearch_retri...
Generate document search system using multihop embedding retriever and elasticsearch document store
{"version": "1.8.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", "embedding_dim": 768, "analyzer": "standard", "scheme": ...
Make question generation pipeline
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Create Haystack QuestionAnswerGenerationPipeline using TransformersReader and QuestionGenerator
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"model_name_or_path": "distilbert-base-uncased-dist...
Generate extractive qa system using transformers reader, faiss document store and MultihopEmbeddingRetriever
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Build Haystack generative pipeline consisting of embedding retriever, WeaviateDocumentStore and open ai answer generator
{"version": "1.8.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {"port": 0, "timeout_config": [5, 15], "index": "Document", "embedding_dim": 768, "content_field": "content", "name_field": "name", "similarity": "cosine", "index_type": "hnsw", "return_embedding": false, ...
Make Haystack search summarization pipeline with TableTextRetriever, elasticsearch document store and TransformersSummarizer
{"version": "1.8.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", "embedding_dim": 768, "analyzer": "standard", "scheme": ...
Make document search system consisting of DensePassageRetriever and faiss document store
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Create question answer generation system consisting of QuestionGenerator and TableReader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "table_reader", "type": "TableReader", "params": {"model_name_or_path": "google/tapas-base-finetuned-wtq", "use_gpu...
Build Haystack faq pipeline with InMemoryDocumentStore and TfidfRetriever
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Build Haystack question answer generation system consisting of QuestionGenerator and farm reader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "farm_reader", "type": "FARMReader", "params": {"context_window_size": 150, "batch_size": 50, "use_gpu": true, "no_...
Generate Haystack question generation system
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Generate faq pipeline consisting of ElasticsearchRetriever and PineconeDocumentStore
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...
Make SearchSummarizationPipeline with faiss document store, transformers summarizer and BM25Retriever
{"version": "1.8.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "faiss_index_factory_str": "Flat", "return_embedding": false, "index": "document", "similarity": "dot_product", "embedding_...
Generate faq system using OpenSearchDocumentStore and TableTextRetriever
{"version": "1.8.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": "document", "label_index": "label", "content_field": "content", "name_field": "name", "embedding_field": "embedding", ...
Generate faq search pipeline using FilterRetriever and InMemoryDocumentStore
{"version": "1.8.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_dim": 768, "return_embedding": false, "similarity": "dot_product", "progress_bar": true, "duplicate_documents": "overwrite", "use_gpu": true, "scor...
Generate Haystack QuestionAnswerGenerationPipeline consisting of QuestionGenerator and table reader
{"version": "1.8.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {"sep_token": "<sep>", "batch_size": 16, "progress_bar": true, "use_auth_token": false}}, {"name": "table_reader", "type": "TableReader", "params": {"model_name_or_path": "google/tapas-base-finetuned-wtq", "use_gpu...
Generate QuestionGenerationPipeline
{"version": "1.8.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}
Make search pipeline using DeepsetCloudDocumentStore and bm25 retriever
{"version": "1.8.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "similarity": "dot_product", "return_embedding": false, "label_index": "default", "embedding_dim": 768}}, {"name": "bm25_retriever", "t...
Build qa system consisting of BM25Retriever, pinecone document store and rci reader
{"version": "1.8.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "embedding_dim": 768, "return_embedding": false, "index": "document", "similarity": "cosine", "replicas": 1, "shards": 1, "embedding_field": "embedding", "progress_bar": tru...