Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snakajima committed May 9, 2024
1 parent 8c64993 commit 0b21657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ flowchart TD
source -- name --> wikipedia(wikipedia)
source -- query --> topicEmbedding(topicEmbedding)
wikipedia --> chunks(chunks)
chunks --> chunksEmbeddings(chunksEmbeddings)
chunksEmbeddings --> similarities(similarities)
chunks --> chunkEmbeddings(chunkEmbeddings)
chunkEmbeddings --> similarities(similarities)
topicEmbedding --> similarities
similarities --> sortedChunks(sortedChunks)
sortedChunks --> resourceText(resourceText)
Expand Down

0 comments on commit 0b21657

Please sign in to comment.