Skip to content

Commit a205ec9

Browse files
committed
apply formatter
1 parent 8054bca commit a205ec9

File tree

1 file changed

+5
-1
lines changed
  • example-apps/chatbot-rag-app/api

1 file changed

+5
-1
lines changed

example-apps/chatbot-rag-app/api/chat.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
from langchain_elasticsearch import ElasticsearchStore, DenseVectorStrategy, SparseVectorStrategy
1+
from langchain_elasticsearch import (
2+
ElasticsearchStore,
3+
DenseVectorStrategy,
4+
SparseVectorStrategy,
5+
)
26
from llm_integrations import get_llm
37
from elasticsearch_client import (
48
elasticsearch_client,

0 commit comments

Comments
 (0)