-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-document.txt
More file actions
27 lines (22 loc) · 1.01 KB
/
test-document.txt
File metadata and controls
27 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This is a test document for file upload functionality.
It contains some sample text that can be used to test the OpenAI file search capabilities.
Key information:
- This document is about testing file uploads
- It should be processed by OpenAI's vector store
- Users should be able to search through this content
- The file attachment should display properly in the chat interface
Additional content:
The file upload system supports various file types including:
- Text files (.txt)
- Markdown files (.md)
- PDF documents (.pdf)
- Word documents (.doc, .docx)
- PowerPoint presentations (.pptx)
- Code files (.js, .py, .java, etc.)
When a file is uploaded, it goes through the following process:
1. File is uploaded to the server
2. File is sent to OpenAI for processing
3. File is added to a vector store for search capabilities
4. File status is updated to "ready" when processing is complete
5. Users can then ask questions about the file content
This test document should help verify that all these steps work correctly.