Saturday, December 6, 2014

java bird eye view

java
Collections:There are inbuilt class for different data structures available in java . They are classified into 3 List ,Set and Map . A list can have duplicate values whereas a Set cannot have duplicate values. A Map is used to store data in form of key and value.A Map does not allow duplicate keys but allows duplicate values.
Dequeue

Gen AI Interview

 Langchain vs LangGraph For RAG ingestion what you have used lang chain or lang graph For the  RAG ingestion pipeline , I use  LangChain , n...