Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for Query Vector Vector Vector Vector Vector Vector Vector Recipe Vector Recipe Vector
StackOverflow https://stackoverflow.com/questions/77178966/llm-with-vector-database-prompt-to-list-all-stored-documents

LLM with Vector Database: Prompt to list all stored documents

Tags: nlp, openai-api, langchain, large-language-model, vector-database
StackOverflow https://stackoverflow.com/questions/76298068/initializing-object-with-data-from-postgres-run-significantly-slower-than-sqlite

Initializing object with data from postgres run significantly slower than sqlite

Tags: python, postgresql, sqlite, vector, sqlalchemy
StackOverflow https://stackoverflow.com/questions/79832676/determine-connectedness-components-for-a-graph-with-a-recursive-cte

Determine Connectedness Components for a Graph with a RECURSIVE Cte

Tags: postgresql
StackOverflow https://stackoverflow.com/questions/2001131/losing-results-when-iterating-over-1-to-many-table

Losing results when iterating over 1 to many table

Tags: mysql, database, mysql-connector
GitHub Repo https://github.com/xf4c70r/RAGChef

xf4c70r/RAGChef

An intelligent recipe assistant powered by DeepSeek AI and Pinecone vector database. This application helps users find recipes based on ingredients, cuisine preferences, or general cooking queries. Dataset used: https://www.kaggle.com/datasets/sooryaprakash12/cleaned-indian-recipes-dataset?resource=download
StackOverflow https://stackoverflow.com/questions/19090893/parsing-content-from-any-url-and-showing-in-div-in-original-form

Parsing content from any url and showing in div in original form

Tags: javascript, php, html, dom
GitHub Repo https://github.com/ankhanhdau/meal-match

ankhanhdau/meal-match

A distributed, AI-powered full-stack recipe platform built with Docker, Redis, AWS & OpenAI. Features semantic vector search, NLP-to-JSON query parsing, and resilient background job processing.
GitHub Repo https://github.com/HarshPatel2035/AI-Powered-Recipe-Recommendation-Generation-System-RAG-

HarshPatel2035/AI-Powered-Recipe-Recommendation-Generation-System-RAG-

Indian Recipes RAG is an AI assistant that retrieves and generates authentic Indian recipes based on user queries. Built using Retrieval-Augmented Generation (RAG), it uses a vector search over 6000+ curated Indian recipes from Kaggle and responds with structured results including ingredients, variations, and step-by-step cooking instructions.
GitHub Repo https://github.com/Romit313/Culinary-Intelligence-A-Retrieval-Augmented-Generation-Chatbot-for-Context-Aware-Recipe-Discovery

Romit313/Culinary-Intelligence-A-Retrieval-Augmented-Generation-Chatbot-for-Context-Aware-Recipe-Discovery

A Retrieval-Augmented Generation (RAG) chatbot that recommends recipes based on user queries using FAISS vector search, Sentence Transformers embeddings, and a locally running LLaMA model via Ollama.
StackOverflow https://stackoverflow.com/questions/78928741/how-to-excludes-the-excludes-the-terms-in-query-while-similarity-search

How to excludes the excludes the terms in Query while Similarity Search

Tags: langchain, vector-database, faiss
StackOverflow https://stackoverflow.com/questions/78904449/integrating-input-rails-and-output-rails-into-chat-bot-via-runnable-rails

Integrating input rails and output rails into chat bot via Runnable Rails

Tags: chatbot, large-language-model, rag
StackOverflow https://stackoverflow.com/questions/39522924/best-way-to-filter-a-django-queryset-based-on-value-without-name-rank

Best way to filter a django QuerySet based on value without name (rank)

Tags: python, django, postgresql
StackOverflow https://stackoverflow.com/questions/56434984/what-is-the-general-name-of-this-vector-sum-problem

What is the general name of this vector sum problem?

Tags: optimization, vector, set, knapsack-problem, operations-research
StackOverflow https://stackoverflow.com/questions/60166862/elasticsearch-json-to-get-frequency-of-specific-term

Elasticsearch: JSON to get frequency of specific term

Tags: elasticsearch, word-frequency, term-vectors
GitHub Repo https://github.com/emma-ctrl/recipe-vector-search-RAG

emma-ctrl/recipe-vector-search-RAG

A vector search-powered recipe recommendation system that understands natural language queries. Ask "what's a creamy comfort food for dinner?" and get intelligent recommendations based on semantic similarity rather than keyword matching.
GitHub Repo https://github.com/hanifekaptan/semantic-recipe-finder

hanifekaptan/semantic-recipe-finder

A vector-based search app that finds recipes using natural-language queries; FastAPI backend and Streamlit frontend.
GitHub Repo https://github.com/Lakshanya-A/RAG-Based-Recipe-Recommendation-system

Lakshanya-A/RAG-Based-Recipe-Recommendation-system

Engineered a RAG-based recipe recommender to handle 1,000+ concurrent queries with latency under 1 second, personalized to user input such as ingredients, dietary restrictions, and time. • Improved recommendation accuracy by 35% using semantic search with Hugging Face embeddings. • Integrated SingleStore vector DB
GitHub Repo https://github.com/Aryan0610/Food-Recipe-generator-chatbot-

Aryan0610/Food-Recipe-generator-chatbot-

A Streamlit-based chatbot that helps users find recipes by querying a FAISS vector database and providing AI-generated responses using the Gemini API. Users can search for recipes based on keywords, and the bot provides detailed recipe information, including ingredients, steps, reviews, ratings, and more
GitHub Repo https://github.com/AlbertGarcia1991/vectorfood

AlbertGarcia1991/vectorfood

Project developed while learning LLM, vector embeddings, and RAGs. The goal is to deploy a website where you can search a recipe using vector similarity search between your query and the recipes database embeddings.
GitHub Repo https://github.com/zstankow/recipe-recommendation-system

zstankow/recipe-recommendation-system

Recipe recommendation system that uses Elasticsearch for fetching relevant recipes based on ingredient queries and integrates with a Huggingface model for generating detailed cooking instructions and recommendations. The system encodes recipe data into dense vectors and supports efficient retrieval and natural language generation.