text stringlengths 276 1.77k |
|---|
<start_of_text>Generate search pipeline consisting of EmbeddingRetriever and weaviate document store<response>{"version": "1.6.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {"index": "Document"}}, {"name": "embedding_retriever", "type": "EmbeddingRetriever", "params":... |
<start_of_text>Build qa pipeline consisting of transformers reader, ElasticsearchRetriever and SQLDocumentStore<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {}}, {"name": "elasticsearch_retriever", "type": "ElasticsearchRetriever", "params": {}}, {"na... |
<start_of_text>Generate Haystack QuestionAnswerGenerationPipeline with TransformersReader and question generator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"max_seq_len":... |
<start_of_text>Generate ExtractiveQAPipeline using transformers reader, ElasticsearchRetriever and SQLDocumentStore<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {}}, {"name": "elasticsearch_retriever", "type": "ElasticsearchRetriever", "params": {}}, ... |
<start_of_text>Build FAQPipeline with FilterRetriever and in memory document store<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {}}, {"name": "filter_retriever", "type": "FilterRetriever", "params": {}}], "pipelines": [{"name": "my_doc_sear... |
<start_of_text>Create Haystack search summarization using transformers summarizer, MultihopEmbeddingRetriever and in memory document store<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {}}, {"name": "multihop_embedding_retriever", "type": "M... |
<start_of_text>Create Haystack question generation pipeline<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Generate Haystack GenerativeQAPipeline using seq2 seq generator, multihop embedding retriever and open search document store<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password"... |
<start_of_text>Build SearchSummarizationPipeline consisting of TransformersSummarizer, multihop embedding retriever and in memory document store<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "emb... |
<start_of_text>Create DocumentSearchPipeline using ElasticsearchFilterOnlyRetriever and faiss document store<response>{"version": "1.6.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {}}, {"name": "elasticsearch_filter_only_retriever", "type": "ElasticsearchFilterOnlyRetrieve... |
<start_of_text>Make FAQPipeline with elasticsearch filter only retriever and OpenSearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {}}, {"name": "elasticsearch_filter_only_retriever", "type": "ElasticsearchFilterOnlyRetri... |
<start_of_text>Make Haystack generative pipeline consisting of seq2 seq generator, TableTextRetriever and faiss document store<response>{"version": "1.6.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embeddin... |
<start_of_text>Generate QuestionGenerationPipeline<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Make search summarization consisting of transformers summarizer, elasticsearch retriever and open distro elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "open_distro_elasticsearch_document_store", "type": "OpenDistroElasticsearchDocumentStore", "params": {"username": "a... |
<start_of_text>Generate Haystack document search system with DensePassageRetriever and WeaviateDocumentStore<response>{"version": "1.6.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {"embedding_field": "embedding", "progress_bar": true}}, {"name": "dense_passage_retrie... |
<start_of_text>Build Haystack document search system consisting of ElasticsearchFilterOnlyRetriever and PineconeDocumentStore<response>{"version": "1.6.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "sql_url": "sqlite:///pinecone_documen... |
<start_of_text>Generate question answer generation pipeline with transformers reader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"model_name_or_path"... |
<start_of_text>Build FAQPipeline consisting of EmbeddingRetriever and OpenSearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "password": "admin", "port": 0, "label_index": "label", "content_field": "con... |
<start_of_text>Build Haystack generative qa system with ra generator, TfidfRetriever and OpenSearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "inde... |
<start_of_text>Build Haystack FAQPipeline consisting of MultihopEmbeddingRetriever and elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_fiel... |
<start_of_text>Make Haystack search summarization system consisting of transformers summarizer, TableTextRetriever and elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"verify_certs": true}}, {"name": "tab... |
<start_of_text>Generate Haystack qa system using RCIReader, TfidfRetriever and open distro elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "open_distro_elasticsearch_document_store", "type": "OpenDistroElasticsearchDocumentStore", "params": {"scheme": "https", "timeout": 30, "return_e... |
<start_of_text>Create Haystack document search pipeline using DensePassageRetriever and DeepsetCloudDocumentStore<response>{"version": "1.6.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {}}, {"name": "dense_passage_retriever", "type": "DensePassageRetriever",... |
<start_of_text>Generate faq pipeline consisting of MultihopEmbeddingRetriever and elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "... |
<start_of_text>Create faq system consisting of TableTextRetriever and InMemoryDocumentStore<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {}}, {"name": "table_text_retriever", "type": "TableTextRetriever", "params": {}}], "pipelines": [{"nam... |
<start_of_text>Generate Haystack generative qa using RAGenerator, TfidfRetriever and OpenSearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "index": ... |
<start_of_text>Make Haystack question generation pipeline<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Create Haystack QuestionAnswerGenerationPipeline consisting of TransformersReader and question generator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"top_k_... |
<start_of_text>Create generative qa system consisting of ra generator, multihop embedding retriever and sql document store<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_docume... |
<start_of_text>Build Haystack faq system with tfidf retriever and faiss document store<response>{"version": "1.6.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {}}, {"name": "tfidf_retriever", "type": "TfidfRetriever", "params": {}}], "pipelines": [{"name": "my_doc_search_pi... |
<start_of_text>Create faq system with FilterRetriever and in memory document store<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "embedding_field": "embedding", "return_embedding": false, "similarity": "dot_product", "p... |
<start_of_text>Build Haystack DocumentSearchPipeline with TfidfRetriever and ElasticsearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field": "content... |
<start_of_text>Create QuestionAnswerGenerationPipeline with table reader and question generator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "table_reader", "type": "TableReader", "params": {}}], "pipelines": [{"name": "my_question_answ... |
<start_of_text>Create FAQPipeline with elasticsearch retriever and InMemoryDocumentStore<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {}}, {"name": "elasticsearch_retriever", "type": "ElasticsearchRetriever", "params": {}}], "pipelines": [{... |
<start_of_text>Generate Haystack question answer generation system consisting of TransformersReader and question generator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {}}],... |
<start_of_text>Create question answer generation system using RCIReader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "rci_reader", "type": "RCIReader", "params": {}}], "pipelines": [{"name": "my_question_answering_... |
<start_of_text>Create question answer generation system with TransformersReader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"context_window_size": 70... |
<start_of_text>Build Haystack document search pipeline consisting of TfidfRetriever and sql document store<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {}}, {"name": "tfidf_retriever", "type": "TfidfRetriever", "params": {}}], "pipelines": [{"name": "... |
<start_of_text>Make Haystack document search system with DensePassageRetriever and deepset cloud document store<response>{"version": "1.6.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {}}, {"name": "dense_passage_retriever", "type": "DensePassageRetriever", "... |
<start_of_text>Generate Haystack faq search pipeline using TableTextRetriever and in memory document store<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {}}, {"name": "table_text_retriever", "type": "TableTextRetriever", "params": {"infer_to... |
<start_of_text>Build Haystack extractive qa consisting of transformers reader, BM25Retriever and sql document store<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {}}, {"name": "bm25_retriever", "type": "BM25Retriever", "params": {}}, {"name": "transfor... |
<start_of_text>Build Haystack generative qa system consisting of RAGenerator, multihop embedding retriever and sql document store<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate... |
<start_of_text>Build DocumentSearchPipeline using TableTextRetriever and faiss document store<response>{"version": "1.6.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {}}, {"name": "table_text_retriever", "type": "TableTextRetriever", "params": {}}], "pipelines": [{"name": "... |
<start_of_text>Make search summarization system consisting of transformers summarizer, TableTextRetriever and open search document store<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"username": "admin", "port": 0, "index": "document", ... |
<start_of_text>Generate extractive qa consisting of table reader, TableTextRetriever and sql document store<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {}}, {"name": "table_text_retriever", "type": "TableTextRetriever", "params": {}}, {"name": "table... |
<start_of_text>Build DocumentSearchPipeline with DensePassageRetriever and OpenSearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"username": "admin", "password": "admin", "verify_certs": false, "refresh_type": "wait_for"... |
<start_of_text>Build search summarization pipeline with transformers summarizer, BM25Retriever and WeaviateDocumentStore<response>{"version": "1.6.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {}}, {"name": "bm25_retriever", "type": "BM25Retriever", "params": {}}, {"n... |
<start_of_text>Create Haystack faq pipeline using bm25 retriever and in memory document store<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"label_index": "label"}}, {"name": "bm25_retriever", "type": "BM25Retriever", "params": {}}], "pipel... |
<start_of_text>Generate Haystack extractive qa system consisting of transformers reader, ElasticsearchRetriever and SQLDocumentStore<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {}}, {"name": "elasticsearch_retriever", "type": "ElasticsearchRetriever"... |
<start_of_text>Build Haystack extractive qa system using farm reader, ElasticsearchRetriever and open distro elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "open_distro_elasticsearch_document_store", "type": "OpenDistroElasticsearchDocumentStore", "params": {"username": "admin", "pas... |
<start_of_text>Make Haystack question generation system<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Build qa pipeline using table reader, embedding retriever and InMemoryDocumentStore<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {}}, {"name": "embedding_retriever", "type": "EmbeddingRetriever", "params": {}}, {"name": "tabl... |
<start_of_text>Build Haystack faq search pipeline with embedding retriever and deepset cloud document store<response>{"version": "1.6.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {}}, {"name": "embedding_retriever", "type": "EmbeddingRetriever", "params": {}... |
<start_of_text>Make QuestionAnswerGenerationPipeline consisting of transformers reader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {"model_name_or_pat... |
<start_of_text>Build Haystack generative qa pipeline with seq2 seq generator, multihop embedding retriever and ElasticsearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": ... |
<start_of_text>Make faq search pipeline with multihop embedding retriever and elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "label_index": "label", "content_field": "content", "name_field": "... |
<start_of_text>Generate DocumentSearchPipeline with bm25 retriever and SQLDocumentStore<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {}}, {"name": "bm25_retriever", "type": "BM25Retriever", "params": {}}], "pipelines": [{"name": "my_doc_search_pipelin... |
<start_of_text>Make question answer generation system consisting of farm reader and question generator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "farm_reader", "type": "FARMReader", "params": {"context_window_size": 150, "batch_size"... |
<start_of_text>Make Haystack SearchSummarizationPipeline consisting of TransformersSummarizer, embedding retriever and open search document store<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"index": "document", "content_field": "conte... |
<start_of_text>Make GenerativeQAPipeline using ra generator, ElasticsearchRetriever and pinecone document store<response>{"version": "1.6.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "sql_url": "sqlite:///pinecone_document_store.db", "... |
<start_of_text>Make Haystack qa system with transformers reader, ElasticsearchFilterOnlyRetriever and WeaviateDocumentStore<response>{"version": "1.6.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {}}, {"name": "elasticsearch_filter_only_retriever", "type": "Elasticsea... |
<start_of_text>Create SearchSummarizationPipeline using TransformersSummarizer, elasticsearch filter only retriever and OpenSearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"password": "admin", "index": "document", "lab... |
<start_of_text>Make Haystack search summarization pipeline using TransformersSummarizer, bm25 retriever and weaviate document store<response>{"version": "1.6.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {}}, {"name": "bm25_retriever", "type": "BM25Retriever", "params... |
<start_of_text>Build Haystack QuestionGenerationPipeline<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Make Haystack QuestionGenerationPipeline<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Build question generation system<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Create FAQPipeline using tfidf retriever and PineconeDocumentStore<response>{"version": "1.6.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"environment": "us-west1-gcp", "sql_url": "sqlite:///pinecone_document_store.db", "embedding_dim": 768, "return_e... |
<start_of_text>Create ExtractiveQAPipeline consisting of rci reader, BM25Retriever and ElasticsearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field"... |
<start_of_text>Make Haystack search summarization system using TransformersSummarizer, EmbeddingRetriever and FAISSDocumentStore<response>{"version": "1.6.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedd... |
<start_of_text>Generate Haystack generative qa system using RAGenerator, TfidfRetriever and FAISSDocumentStore<response>{"version": "1.6.0", "components": [{"name": "faiss_document_store", "type": "FAISSDocumentStore", "params": {"sql_url": "sqlite:///faiss_document_store.db", "vector_dim": 0, "embedding_dim": 768, "fa... |
<start_of_text>Build Haystack QuestionGenerationPipeline<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Create Haystack question answer generation system consisting of RCIReader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "rci_reader", "type": "RCIReader", "params": {}}], "pipelines": [{"name": "my_qu... |
<start_of_text>Build Haystack question answer generation pipeline using rci reader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "rci_reader", "type": "RCIReader", "params": {"column_model_name_or_path": "michaelrgl... |
<start_of_text>Make Haystack document search system consisting of dense passage retriever and open search document store<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"username": "admin", "password": "admin", "verify_certs": false, "ski... |
<start_of_text>Generate qa pipeline with farm reader, ElasticsearchFilterOnlyRetriever and sql document store<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {}}, {"name": "elasticsearch_filter_only_retriever", "type": "ElasticsearchFilterOnlyRetriever",... |
<start_of_text>Create question generation system<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Make Haystack question answer generation pipeline using TransformersReader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "transformers_reader", "type": "TransformersReader", "params": {}}], "pipelines... |
<start_of_text>Build question generation pipeline<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Make Haystack question answer generation pipeline with TableReader and question generator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "table_reader", "type": "TableReader", "params": {}}], "pipelines": [{"name": "my_ques... |
<start_of_text>Generate DocumentSearchPipeline using dense passage retriever and OpenSearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "password": "admin", "port": 0, "embedding_di... |
<start_of_text>Generate search summarization system using transformers summarizer, table text retriever and OpenSearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"username": "admin", "password": "admin", "port": 0, "inde... |
<start_of_text>Build Haystack question answer generation system consisting of FARMReader and question generator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "farm_reader", "type": "FARMReader", "params": {"context_window_size": 150, "us... |
<start_of_text>Generate Haystack extractive qa pipeline using farm reader, ElasticsearchRetriever and OpenDistroElasticsearchDocumentStore<response>{"version": "1.6.0", "components": [{"name": "open_distro_elasticsearch_document_store", "type": "OpenDistroElasticsearchDocumentStore", "params": {"username": "admin", "em... |
<start_of_text>Make search summarization with TransformersSummarizer, bm25 retriever and weaviate document store<response>{"version": "1.6.0", "components": [{"name": "weaviate_document_store", "type": "WeaviateDocumentStore", "params": {}}, {"name": "bm25_retriever", "type": "BM25Retriever", "params": {}}, {"name": "t... |
<start_of_text>Generate generative qa pipeline consisting of Seq2SeqGenerator, TfidfRetriever and InMemoryDocumentStore<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {"index": "document", "label_index": "label", "embedding_field": "embedding... |
<start_of_text>Create extractive qa pipeline with RCIReader, multihop embedding retriever and open search document store<response>{"version": "1.6.0", "components": [{"name": "open_search_document_store", "type": "OpenSearchDocumentStore", "params": {"scheme": "https", "username": "admin", "port": 0, "index": "document... |
<start_of_text>Create Haystack faq pipeline with ElasticsearchRetriever and in memory document store<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {}}, {"name": "elasticsearch_retriever", "type": "ElasticsearchRetriever", "params": {}}], "pi... |
<start_of_text>Make Haystack question answer generation pipeline consisting of RCIReader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "rci_reader", "type": "RCIReader", "params": {}}], "pipelines": [{"name": "my_qu... |
<start_of_text>Make generative pipeline with ra generator, multihop embedding retriever and SQLDocumentStore<response>{"version": "1.6.0", "components": [{"name": "sql_document_store", "type": "SQLDocumentStore", "params": {"url": "sqlite://", "index": "document", "label_index": "label", "duplicate_documents": "overwri... |
<start_of_text>Build Haystack question generation pipeline<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Create document search pipeline consisting of multihop embedding retriever and elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"index": "document", "label_index": "label", "verify_certs": t... |
<start_of_text>Make Haystack generative pipeline using seq2 seq generator, tfidf retriever and deepset cloud document store<response>{"version": "1.6.0", "components": [{"name": "deepset_cloud_document_store", "type": "DeepsetCloudDocumentStore", "params": {"workspace": "default", "duplicate_documents": "overwrite", "s... |
<start_of_text>Build question answer generation pipeline consisting of RCIReader and question generator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "rci_reader", "type": "RCIReader", "params": {}}], "pipelines": [{"name": "my_question_... |
<start_of_text>Create Haystack question answer generation pipeline using FARMReader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "farm_reader", "type": "FARMReader", "params": {"context_window_size": 150, "batch_si... |
<start_of_text>Make qa pipeline consisting of transformers reader, filter retriever and elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"verify_certs": true, "index_type": "flat"}}, {"name": "filter_retri... |
<start_of_text>Generate search summarization pipeline consisting of transformers summarizer, ElasticsearchFilterOnlyRetriever and pinecone document store<response>{"version": "1.6.0", "components": [{"name": "pinecone_document_store", "type": "PineconeDocumentStore", "params": {"sql_url": "sqlite:///pinecone_document_s... |
<start_of_text>Generate question generation system<response>{"version": "1.6.0", "components": [{"name": "QuestionGenerator", "params": {}, "type": "QuestionGenerator"}], "pipelines": [{"name": "query", "nodes": [{"inputs": ["Query"], "name": "QuestionGenerator"}]}]}<end_of_text> |
<start_of_text>Build QuestionAnswerGenerationPipeline consisting of RCIReader and QuestionGenerator<response>{"version": "1.6.0", "components": [{"name": "question_generator", "type": "QuestionGenerator", "params": {}}, {"name": "rci_reader", "type": "RCIReader", "params": {}}], "pipelines": [{"name": "my_question_answ... |
<start_of_text>Make Haystack search summarization using TransformersSummarizer, ElasticsearchFilterOnlyRetriever and in memory document store<response>{"version": "1.6.0", "components": [{"name": "in_memory_document_store", "type": "InMemoryDocumentStore", "params": {}}, {"name": "elasticsearch_filter_only_retriever", ... |
<start_of_text>Generate Haystack generative qa with RAGenerator, filter retriever and elasticsearch document store<response>{"version": "1.6.0", "components": [{"name": "elasticsearch_document_store", "type": "ElasticsearchDocumentStore", "params": {"port": 0, "index": "document", "label_index": "label", "content_field... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.