Skip to main content

Questions tagged [chatbot]

A chatbot is an automated program that communicates with humans. Abilities can range from canned responses, to neural networks and other learning programs, to responding to commands.

chatbot
0 votes
0 answers
15 views

AI Chatbot Implementation and integration with Slack

I have to build a chatbot based on my compnay data. The data is in a pdf file. I want the chatbot to be trained in such a way that it answers any query that has an answer in the document. I dont want ...
Ramsha Qaiser's user avatar
0 votes
0 answers
29 views

SimpleDirectoryReader() function seems not to support the Folder or Directory option

I am building a chatbot using FastAPI and Llamaindex tools. When I tried to generate the embeddings of the documents in the ./data directory, the system processed for a long time and raised an error ...
Hòa Đỗ's user avatar
-2 votes
0 answers
23 views

Error In Creating a Javascript For a Chat Bot, First Time [closed]

can anyone help me build a java script to automate my convo in a chat bot On Chrome? The website is IFreeChat and what i would like to do is this : send a message ("Hi I am X") and then ...
Aditya Upreti's user avatar
-3 votes
0 answers
13 views

Is there any FOSS and offline PDF AI chatbot? [closed]

Is there anything like it, ready to deploy to an offline machine with simple AI chatbot interface in terminal or website and folder for PDFs? I tried ollama with github project called chatPDF but ...
Krystian's user avatar
-4 votes
0 answers
21 views

Universal Deployment of GenAI Agents [closed]

Regardless of what CAI platform used, does anyone have any suggestions of how to build a singular GenAI Assistant leveraging our own KB that we can setup for our Kotlin and Swift mobile apps that also ...
Brandon Gutierrez's user avatar
-1 votes
0 answers
29 views

Embedding and Vector Search with Milvus

I am trying to make a RAG-based chatbot application that lets the user prompt in natural language and receive relevant information that can be retrieved a collection of from multiple tables, all of ...
Calvin Nguyen's user avatar
0 votes
0 answers
35 views

How to merge multiple (at least two) existing LlamaIndex VectorStoreIndex instances?

I'm working with LlamaIndex and have created two separate VectorStoreIndex instances, each from different documents. Now, I want to merge these two indexes into a single index. Here's my current setup:...
林抿均's user avatar
0 votes
1 answer
53 views

How to Copy Messages from Forum Topics to Users Using Telegram API?

I'm working on a messaging system where I need to copy messages from forum topics to users using the Telegram API. According to the official Telegram documentation, in CopyMessage request there's only ...
Sago's user avatar
  • 3
0 votes
0 answers
29 views

Error in outputting response from RAG chatbot [closed]

I was building a rag chatbot and i have encountered an error in getting a response. It says BadRequestError: status_code: 400, body: {'message': 'invalid type: parameter texts is of type object but ...
Intern AlgoForest's user avatar
0 votes
0 answers
26 views

Symfony 5.4 BotMan Chatbot, function not working

This my BotManController, i don't know why it is not getting functions mostly I think the error is in my controller not being able to get the botman method. class BotManController extends ...
Yasser Castelltort's user avatar
1 vote
0 answers
43 views

How to Send AWS Chatbot Notifications Only to Slack Thread Without Posting in Channel?

I am using AWS chatbot and want to group similar messages in a thread. like this: aws sns publish --topic-arn "${AWS_SNS_TOPIC_ARN}" --message '{ "version": "1.0",...
Mojtaba Kamyabi's user avatar
0 votes
0 answers
24 views

Why am I getting an 'insufficient quota' error with OpenAI API despite not using my quota? [duplicate]

# Import required libraries from dotenv import load_dotenv from itertools import zip_longest from langchain_openai import ChatOpenAI import streamlit as st from streamlit_chat import message import os ...
Rushikesh Shigwan's user avatar
0 votes
0 answers
32 views

multiple headers excel loader,langchain , excel chatbot

i am creating question and answer using excel, i am using recursive text splitter.i am able to generate answer for simple excel files but the problem is with the excel file with multiple headers like](...
anu's user avatar
  • 19
-1 votes
0 answers
19 views

ModuleNotFoundError: No module named 'st_audiorec'

give me rady made project on rag and open ai key i want to practice No module named 'st_audiorec ModuleNotFoundError: No module named 'st_audiorec' Traceback: File "C:\Users\PC\anaconda3\envs\...
Muhammad Abdullah's user avatar
0 votes
0 answers
29 views

The problem with sending a query to OpenAI

I am having trouble getting my Discord chatbot to send a query to OpenAI to generate a response. The OpenAI API key always shows a status of never being used, even though the query is supposed to be ...
Bartek Szaszak's user avatar

15 30 50 per page
1
2 3 4 5
292