mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-28 08:18:52 +00:00
clean up labeller
This commit is contained in:
parent
4a1fe163b6
commit
d3ab8afede
84
.github/labeler.yml
vendored
84
.github/labeler.yml
vendored
@ -2,19 +2,12 @@
|
|||||||
proposal:
|
proposal:
|
||||||
- proposals/text/*
|
- proposals/text/*
|
||||||
|
|
||||||
# 2.x
|
|
||||||
2.x:
|
|
||||||
- haystack/preview/**/*
|
|
||||||
- test/preview/**/*
|
|
||||||
|
|
||||||
# Topics
|
# Topics
|
||||||
topic:tests:
|
topic:tests:
|
||||||
- test/**/*
|
- test/**/*
|
||||||
- test/*
|
- test/*
|
||||||
- conftest.py
|
|
||||||
topic:docker:
|
topic:docker:
|
||||||
- docker/*
|
- docker/*
|
||||||
- docker-compose.yml
|
|
||||||
topic:CI:
|
topic:CI:
|
||||||
- .github/*
|
- .github/*
|
||||||
- .github/**/*
|
- .github/**/*
|
||||||
@ -22,84 +15,7 @@ topic:DX:
|
|||||||
- CONTRIBUTING.md
|
- CONTRIBUTING.md
|
||||||
- .pre-commit-config.yaml
|
- .pre-commit-config.yaml
|
||||||
- .gitignore
|
- .gitignore
|
||||||
topic:dependencies:
|
|
||||||
- pyproject.toml
|
|
||||||
topic:build/distribution:
|
topic:build/distribution:
|
||||||
- pyproject.toml
|
- pyproject.toml
|
||||||
topic:modeling:
|
|
||||||
- haystack/modeling/*
|
|
||||||
- haystack/modeling/**/*
|
|
||||||
- test/modeling/*
|
|
||||||
topic:reader:
|
|
||||||
- haystack/nodes/reader/*
|
|
||||||
- test/nodes/test_reader.py
|
|
||||||
topic:retriever:
|
|
||||||
- haystack/nodes/retriever/*
|
|
||||||
- test/nodes/test_retriever.py
|
|
||||||
topic:agent:
|
|
||||||
- haystack/agents/*
|
|
||||||
- test/agents/*
|
|
||||||
topic:pipeline:
|
|
||||||
- haystack/pipelines/*
|
|
||||||
- haystack/nodes/other/*
|
|
||||||
- test/pipelines/*
|
|
||||||
- test/nodes/test_other.py
|
|
||||||
topic:rest_api:
|
|
||||||
- rest_api/*
|
|
||||||
- rest_api/**/*
|
|
||||||
topic:LLM:
|
|
||||||
- haystack/nodes/prompt/*
|
|
||||||
- test/nodes/test_prompt_node.py
|
|
||||||
topic:promptnode:
|
|
||||||
- haystack/nodes/prompt/*
|
|
||||||
- test/prompt/*
|
|
||||||
topic:file_converter:
|
|
||||||
- haystack/nodes/file_converter/*
|
|
||||||
- test/nodes/test_file_converter.py
|
|
||||||
topic:crawler:
|
|
||||||
- haystack/nodes/connector/*
|
|
||||||
- test/nodes/test_connector.py
|
|
||||||
topic:preprocessing:
|
|
||||||
- haystack/nodes/preprocessor/*
|
|
||||||
- test/nodes/test_preprocessor.py
|
|
||||||
topic:images:
|
|
||||||
- haystack/nodes/image_to_text/*
|
|
||||||
- test/nodes/test_image_to_text.py
|
|
||||||
topic:audio:
|
|
||||||
- haystack/nodes/audio/*
|
|
||||||
- test/nodes/test_audio.py
|
|
||||||
topic:security:
|
topic:security:
|
||||||
- SECURITY.md
|
- SECURITY.md
|
||||||
topic:dc-api:
|
|
||||||
- haystack/utils/deepsetcloud.py
|
|
||||||
topic:document_store:
|
|
||||||
- haystack/document_stores/*
|
|
||||||
- test/document_stores/*
|
|
||||||
topic:weaviate:
|
|
||||||
- haystack/document_stores/weaviate.py
|
|
||||||
- test/document_stores/test_weaviate.py
|
|
||||||
topic:elasticsearch:
|
|
||||||
- haystack/document_stores/search_engine.py
|
|
||||||
- haystack/document_stores/elasticsearch/*
|
|
||||||
- test/document_stores/test_elasticsearch.py
|
|
||||||
topic:opensearch:
|
|
||||||
- haystack/document_stores/search_engine.py
|
|
||||||
- haystack/document_stores/opensearch.py
|
|
||||||
- test/document_stores/test_opensearch.py
|
|
||||||
topic:sql:
|
|
||||||
- haystack/document_stores/sql.py
|
|
||||||
- test/document_stores/test_sql.py
|
|
||||||
- test/document_stores/test_sql_based.py
|
|
||||||
topic:faiss:
|
|
||||||
- haystack/document_stores/faiss.py
|
|
||||||
- test/document_stores/test_faiss.py
|
|
||||||
- test/document_stores/test_sql_based.py
|
|
||||||
topic:pinecone:
|
|
||||||
- haystack/document_stores/pinecone.py
|
|
||||||
- test/document_stores/test_pinecone.py
|
|
||||||
topic:knowledge_graph:
|
|
||||||
- haystack/document_stores/memory_knowledgegraph.py
|
|
||||||
- test/document_stores/test_knowledge_graph.py
|
|
||||||
topic:dc_document_store:
|
|
||||||
- haystack/document_stores/deepsetcloud.py
|
|
||||||
- test/document_stores/test_deepsetcloud.py
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user