Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3b959e

Browse files
committed
fix tag again
1 parent 7b19f65 commit c3b959e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/tools/vector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# tag::import_vector[]
66
from langchain_community.vectorstores.neo4j_vector import Neo4jVector
77
# end::import_vector[]
8-
# tag::import_prompt[]
8+
# tag::import_chatprompt[]
99
from langchain_core.prompts import ChatPromptTemplate
10-
# end::import_prompt[]
10+
# end::import_chatprompt[]
1111
# tag::import_chain[]
1212
from langchain.chains.combine_documents import create_stuff_documents_chain
1313
from langchain.chains import create_retrieval_chain

0 commit comments

Comments
 (0)