💬

RAGWire – FastAPI RAG Backend Setup

Deploy Your Agent in Production at Render, Railway, AWS, GCP, and Azure. An OpenAI-compatible FastAPI server powered by RAGWire, supporting multiple agent frameworks (LangChain, LangGraph, CrewAI, AutoGen) with Qdrant vector store and Google Gemini. Environment Variables Create a .env file in the project root: Available Agents Value Agent 01_langchain_agent LangChain (default) 02_langgraph_self_correcting_agent LangGraph Read more

Feature Engineering Tutorial Series 4: Linear Model Assumptions

Linear models make the following assumptions over the independent variables X, used to predict Y: There is a linear relationship between X and the outcome Y The independent variables X are normally distributed There is no or little co-linearity among the independent variables Homoscedasticity (homogeneity of variance) Examples of linear Read more

Feature Engineering Series Tutorial 3: Rare Labels

Labels that occur rarely Categorical variables are those whose values are selected from a group of categories, also called labels. Different labels appear in the dataset with different frequencies. Some categories appear more frequently in the dataset, whereas some other categories appear only in a few number of observations. For Read more

Word Embedding and NLP with TF2.0 and Keras on Twitter Sentiment Data

Word Embedding and Sentiment Analysis What is Word Embedding? Natural Language Processing(NLP) refers to computer systems designed to understand human language. Human language, like English or Hindi consists of words and sentences, and NLP attempts to extract information from these sentences. Machine learning and deep learning algorithms only take numeric Read more