Skip to content

Commit b8643ec

Browse files
committed
making style fixes minor change
1 parent c7231b6 commit b8643ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/agents/includes/file-search/deep-dive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ print("Deleted vector store")
7676

7777
## Managing costs with expiration policies
7878

79-
For basic agent setup, the `file_search` tool uses the `vector_stores` object as its resource and you are billed based on the size of the vector_store objects created. The size of the vector store object is the sum of all the parsed chunks from your files and their corresponding embeddings.
79+
For basic agent setup, the `file_search` tool uses the `vector_stores` object as its resource and you're billed based on the size of the vector_store objects created. The size of the vector store object is the sum of all the parsed chunks from your files and their corresponding embeddings.
8080

8181
To help you manage the costs associated with these vector_store objects, we added support for expiration policies in the `vector_store` object. You can set these policies when creating or updating the `vector_store` object.
8282

0 commit comments

Comments
 (0)