Tagwise is an AI-powered web application developed to categorize bookmarked links automatically as an internship project.The project utilizes technologies like Django, PostgreSQL, BeautifulSoup4, Selenium, OpenAI GPT-4o, Google Gemini API, and more.Bookmark categorization is done using large language models like OpenAI GPT-4o or Google Gemini API without the use of vector store or RAG.Additionally, the project includes a chatbot feature for querying bookmark archives using LangChain embeddings stored in a FAISS vector store.