An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello @Dewwrat Let me help answering your queries.
- When a document is deleted from storage, the chatbot's index does NOT retain any context or information from the deleted document. Each query to the bot is treated as a standalone prompt, unrelated to the previous queries. The model doesn't inherently remember past interactions. Therefore, if you delete a document, the chatbot won't retain any context related to that document in subsequent responses.
- Whenever you delete a document, make sure to remove it from the index promptly. Similarly, when you upload a new document, update the index to include the latest content. This will ensure that the bot gives you content based on the latest available index information.
- As called out above, once you delete documents, make sure to remove it from the index. This will ensure that the bot only responds based on the latest available information.
If the Answer is helpful, please click "Accept Answer" and upvote it.