Home / Companies / FalkorDB / Blog / August 2023

August 2023 Summaries

3 posts from FalkorDB

Filter
Month: Year:
Post Summaries Back to Blog
Guy Korland's blog post guides readers through building a Q&A system using LangChain and FalkorDB, emphasizing the ease of querying a knowledge graph with natural language. The process involves four main steps: installing LangChain, starting a local FalkorDB server using Docker, creating a demo knowledge graph of movies and actors, and setting up a FalkorDB QA Chain using an OpenAI key to enable querying. The article showcases how to extract information such as the actors in "Top Gun" or the movies featuring Robert De Niro using generated Cypher queries. Korland, who has an extensive background in database engineering and serves as CEO at FalkorDB, provides these instructions to showcase the capabilities of FalkorDB in enhancing generative AI and retrieval-augmented generation workflows.
Aug 31, 2023 628 words in the original blog post.
Guy Korland's blog post provides a comprehensive guide on using LlamaIndex to create and query a knowledge graph based on internal documents with the help of FalkorDB, a graph database architecture. The procedure involves installing LlamaIndex, setting up a local FalkorDB server, and running a demo using a Jupyter notebook found in the LlamaIndex repository. Users need to set their OpenAI API key and connect to FalkorDB using the FalkorDBGraphStore module, after which sample data can be loaded to build a knowledge graph using the SimpleDirectoryReader and KnowledgeGraphIndex classes. The post elaborates on how to query the knowledge graph using natural language and provides insights into the backend processes using Cypher commands. Additionally, it highlights Guy Korland's extensive experience and roles in the technology sector, emphasizing his leadership at FalkorDB, where he focuses on graph database architecture for AI applications.
Aug 26, 2023 766 words in the original blog post.
Guy Korland's blog post explains the process of building and querying a knowledge graph from unstructured data using Diffbot API, FalkorDB, and LangChain. Diffbot API transforms unstructured documents into structured data, creating a knowledge graph that maps entities and their relationships, which is then stored in FalkorDB. LangChain is utilized to query this graph, offering the capability to handle complex, natural language queries and provide accurate answers. The post includes instructions on setting up the necessary tools, such as installing LangChain and running a local FalkorDB server, as well as a demonstration of creating a knowledge graph about Warren Buffett using Wikipedia data, storing it in FalkorDB, and querying it with LangChain. Guy Korland, CEO of FalkorDB, leverages his extensive background in database engineering and AI to guide readers through these steps, emphasizing the integration of these technologies to enhance data retrieval and decision-making processes.
Aug 16, 2023 621 words in the original blog post.