Skip to content

Commit

Permalink
remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
SonglinLyu committed Jan 20, 2025
1 parent d32eea9 commit 144d6aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions dbgpt/storage/knowledge_graph/community_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ class CommunitySummaryKnowledgeGraphConfig(BuiltinKnowledgeGraphConfig):
default=False,
description="Enable text2gql search or not.",
)
text_search_topk: int = Field(
default=5,
description="Topk of text search",
)


@register_resource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from dbgpt.rag.transformer.text_embedder import TextEmbedder
from dbgpt.storage.graph_store.graph import Graph, MemoryGraph
from dbgpt.storage.knowledge_graph.graph_retriever.base import GraphRetrieverBase
from dbgpt.storage.knowledge_graph.graph_retriever.document_graph_retriever import (
from dbgpt.storage.knowledge_graph.graph_retriever.document_graph_retriever import(
DocumentGraphRetriever,
)
from dbgpt.storage.knowledge_graph.graph_retriever.keyword_based_graph_retriever import (
Expand Down

0 comments on commit 144d6aa

Please sign in to comment.