Skip to content

Commit 1440709

Browse files
committed
Update README.md for release management and commit details:
➡️Uploading and Reading PDF Data ➡️Chunking of PDF Data to list of Documents / Text ➡️Implementation of both predefined and custom chat prompts ➡️ Pinecone Integration as Vector Store ➡️FAISS Integration as Local Vector Store ➡️Retrieval Chain implementation to retrieve data from both cloud and local vector store ➡️Implementation of Runnable Passthrough in order to avoid extra formatting of inputs to LLMs
1 parent 71cd9ac commit 1440709

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,20 @@ Note:-
7373
<li>LLM Callback</li>
7474
</th>
7575
</tr>
76+
<tr>
77+
<th><a href="https://github.com/arkapatra31/langchain/releases/tag/v1.0.7">1.0.7</a></th>
78+
<th>
79+
<li>Uploading and Reading PDF Data</li>
80+
<li>Chunking of PDF Data to list of Documents / Text</li>
81+
<li>Implementation of both predefined and custom chat prompts</li>
82+
<li>Pinecone Vector Store integration</li>
83+
<li>FAISS Local Vector Store Integration</li>
84+
<li>FAISS Vector saving local copy</li>
85+
<li>Retrieval from saved local FAISS</li>
86+
<li>Retrieval Chain implementation</li>
87+
<li>Implementation of Runnable Passthrough</li>
88+
</th>
89+
</tr>
7690
</table>
7791
<br>
7892
<font color="#bde356"><b>LangSmith Tracing</b></font><br>

0 commit comments

Comments
 (0)