-
Notifications
You must be signed in to change notification settings - Fork 32
/
questions.jsonl
107 lines (107 loc) · 25.7 KB
/
questions.jsonl
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{"update": "id:pyvespa-p:paragraph::pyvespa/application-packages.html-", "fields": {"questions": {"assign": ["What are application packages?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/application-packages.html-application-packages", "fields": {"questions": {"assign": ["What is an application package?", "What is services.xml?", "What does Vespa package provide?", "What is create_query_profile_by_default?", "What is exported using to_files?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/application-packages.html-schema", "fields": {"questions": {"assign": ["What is a schema?", "What are fields and fieldsets?", "What is a ranking function?", "How to add a field?", "How to add a fieldset?", "How to add a rank profile?", "What are indexing options?", "How to export application package?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/application-packages.html-services", "fields": {"questions": {"assign": ["What is services.xml?", "What is a content cluster?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/application-packages.html-example%3A-configure-max-disk-usage", "fields": {"questions": {"assign": ["How to add custom configuration?", "What is services.xml used for?", "What is resource-limits in Vespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/application-packages.html-cleanup", "fields": {"questions": {"assign": ["What is being removed?", "How to remove container resources?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/application-packages.html-next-step%3A-deploy%2C-feed-and-query", "fields": {"questions": {"assign": ["How to deploy to Vespa Cloud?", "What is Pyvespa?", "How to deploy locally?", "What is Sphinx?", "What is Yahoo's copyright?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/deploy-docker.html-", "fields": {"questions": {"assign": ["What is Docker in Vespa?", "How to deploy Vespa with Docker?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/deploy-docker.html-deploy-with-docker", "fields": {"questions": {"assign": ["How can an application package be deployed?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/deploy-docker.html-deploy-an-application-package-created-with-pyvespa", "fields": {"questions": {"assign": ["What is an ApplicationPackage?", "How do you deploy an application using VespaDocker?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/deploy-docker.html-learn-vespa-by-looking-at-underlying-config-files", "fields": {"questions": {"assign": ["How to export app_package?", "What is Vespa CLI?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/deploy-docker.html-deploy-application-package-from-config-files", "fields": {"questions": {"assign": ["Is pyvespa for building production-ready applications?", "Can functionality be expanded in pyvespa?", "How can Vespa configuration files be used?", "Where can I find an example of configuring max disk usage using Vespa configuration files?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa-cloud.html-", "fields": {"questions": {"assign": ["What is Vespa Cloud?", "How to deploy to Vespa Cloud?", "How to create an application package?", "How to create a VespaCloud instance?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa-cloud.html-deploy-to-vespa-cloud", "fields": {"questions": {"assign": ["What is Vespa Cloud?", "What is Vespa CLI?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa-cloud.html-install-pyvespa-and-the-vespa-cli", "fields": {"questions": {"assign": ["How to install Vespa CLI?", "What is pyvespa?", "How to install Vespa in Colab?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa-cloud.html-create-a-vespa-cloud-tenant", "fields": {"questions": {"assign": ["How do I create a tenant?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa-cloud.html-set-up-security-credentials", "fields": {"questions": {"assign": ["What is the command to set target as cloud?", "What commands are used to set the application instance?", "What is the command to create data-plane credentials?", "How are the security credentials stored?", "What is the purpose of an API key?", "What is the command to create an API key?", "Where is the api-key stored by default?", "What is the command to set api_key_path?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa-cloud.html-create-an-application-package", "fields": {"questions": {"assign": ["What is an application package?", "What does an application package include?", "What does an empty application package demonstrate?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa-cloud.html-create-a-vespacloud-instance", "fields": {"questions": {"assign": ["What is VespaCloud?", "What is VespaCloud used for?", "How do you create a VespaCloud object?", "What is the purpose of 'tenant' parameter in VespaCloud?", "What is the purpose of 'application' parameter in VespaCloud?", "What is the purpose of 'key_location' parameter in VespaCloud?", "What is the purpose of 'application_package' parameter in VespaCloud?", "What does the 'VespaCloud' class do?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa-cloud.html-deploy-to-vespa-cloud", "fields": {"questions": {"assign": ["What is Vespa.ai?", "What are tenants and instances?", "How do I deploy an instance?", "How can I interact with my application?", "What is Sphinx used for?", "What organization owns Vespa.ai?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples.html-", "fields": {"questions": {"assign": ["What examples are included in pyvespa?", "How can I exchange data with pyvespa applications?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples.html-examples", "fields": {"questions": {"assign": ["How do I create and deploy the application for question answering?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-", "fields": {"questions": {"assign": ["How to feed data?", "How to get data?", "How to update data?", "How to delete data?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-exchange-data-with-applications", "fields": {"questions": {"assign": ["How to get data?", "How to update data?", "How to delete data?", "How to deploy a sample test application?", "What is sentence_embedding?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-feed-data", "fields": {"questions": {"assign": ["Can data be fed in batches?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-synchronous", "fields": {"questions": {"assign": ["What is synchronous feeding?", "What is data_id?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-asynchronous", "fields": {"questions": {"assign": ["What does app.asyncio() return?", "What does async with guarantee?", "How do you use asyncio constructs?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-get-data", "fields": {"questions": {"assign": ["What is the similarity between feeding and getting data?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-batch", "fields": {"questions": {"assign": ["How do we prepare data?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-individual-data-points", "fields": {"questions": {"assign": ["What is synchronous data?", "What is asynchronous data?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-asynchronous", "fields": {"questions": {"assign": ["What is the purpose of app.asyncio()?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-update-data", "fields": {"questions": {"assign": ["What is data feeding?", "How do you update data?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-individual-data-points", "fields": {"questions": {"assign": ["Can data points be updated asynchronously?", "Can data points be updated synchronously?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-synchronous", "fields": {"questions": {"assign": ["What is data_id?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-delete-data", "fields": {"questions": {"assign": ["What can be deleted in batches?", "What is individual data deletion?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-batch", "fields": {"questions": {"assign": ["How to delete batch in Vespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-individual-data-points", "fields": {"questions": {"assign": ["How can data points be deleted?", "What is synchronous deletion?", "What is asynchronous deletion?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reads-writes.html-synchronous", "fields": {"questions": {"assign": ["What does app.delete_data do?", "What data is being deleted?", "How to delete data with Vespa.ai?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-%5C_", "fields": {"questions": {"assign": ["What is VespaCloud?", "What is FieldSet?", "What is QueryField?", "What is QueryProfile?", "What is QueryTypeField?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-d", "fields": {"questions": {"assign": ["What methods are available for deleting documents?", "What method can be used for deployment?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-f", "fields": {"questions": {"assign": ["What is feed_batch?", "What is feed_data_point?", "What is FieldSet?", "What does from_container_name_or_id do?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-g", "fields": {"questions": {"assign": ["What are Vespa methods?", "What is get_application_status()?", "What does get_model_from_application_package() do?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-p", "fields": {"questions": {"assign": ["What is predict()?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-q", "fields": {"questions": {"assign": ["What is QueryField?", "What is QueryProfile?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-r", "fields": {"questions": {"assign": ["What is VespaDocker?", "What does restart_services() do?", "How do I restart Vespa services?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-s", "fields": {"questions": {"assign": ["What is Schema class?", "What is VespaDocker?", "What method starts VespaDocker services?", "What method stops VespaDocker services?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-t", "fields": {"questions": {"assign": ["What is to_files() method?", "What is to_zip() method?", "What is to_zipfile() method?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-u", "fields": {"questions": {"assign": ["What is update_batch()?", "What is update_data()?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-v", "fields": {"questions": {"assign": ["What is VespaCloud?", "What is VespaDocker?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/genindex.html-w", "fields": {"questions": {"assign": ["What is wait_for_application_up()?", "What is wait_for_config_server_start()?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-", "fields": {"questions": {"assign": ["What is Text Search?", "How to define ranking?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-text-search---quickstart", "fields": {"questions": {"assign": ["What is pyvespa?", "How much memory is needed for validation?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-create-an-application-package", "fields": {"questions": {"assign": ["What is an application package?", "What does an application package include?", "How to create an application package?", "What is in an empty Vespa schema?", "What is vespa.package?", "What are Vespa configuration files?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-add-fields-to-the-schema", "fields": {"questions": {"assign": ["What is Field in Vespa?", "How to add fields to schema?", "What does indexing do?", "What is searchable index?", "What is id field used for?", "What are title and body fields?", "What is BM25 score?", "What is enable-bm25 used for?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-search-multiple-fields", "fields": {"questions": {"assign": ["What is a FieldSet?", "What are FieldSet fields?", "How does a FieldSet configure queries?", "What does a FieldSet group?", "What package is used for FieldSets?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-define-ranking", "fields": {"questions": {"assign": ["What is a RankProfile?", "How do you define a RankProfile?", "What are the different RankProfiles?", "What is the bm25 RankProfile?", "What is the native_rank RankProfile?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-deploy", "fields": {"questions": {"assign": ["What is VespaDocker?", "How to deploy an app package?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-query", "fields": {"questions": {"assign": ["How do I query Vespa using bm25?", "How do I access search results in Pyvespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-cleanup", "fields": {"questions": {"assign": ["How to stop Vespa Docker container?", "How to remove Vespa Docker container?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/getting-started-pyvespa.html-next-steps", "fields": {"questions": {"assign": ["What is pyvespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/-", "fields": {"questions": {"assign": ["What is Vespa python API?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/-vespa-python-api", "fields": {"questions": {"assign": ["What is Vespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/-requirements", "fields": {"questions": {"assign": ["How to install pyvespa?", "How to run pyvespa notebooks?", "What is Vespa Cloud?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-", "fields": {"questions": {"assign": ["What is LightGBM?", "What are some examples using Vespa?", "How does LightGBM map to Vespa features?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-lightgbm%3A-mapping-model-features-to-vespa-features", "fields": {"questions": {"assign": ["What is LightGBM?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-setup", "fields": {"questions": {"assign": ["How do I install Pyvespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-create-data", "fields": {"questions": {"assign": ["How does Vespa recognize feature names?", "What is map variables in Vespa?", "Why does Vespa need attribute mapping?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-create-random-training-set", "fields": {"questions": {"assign": ["What is pd.DataFrame used for?", "How do you create a target variable?", "What is pd.get_dummies?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-train-the-model", "fields": {"questions": {"assign": ["How many data points are in training set?", "How many threads should be used?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-vespa-application-package", "fields": {"questions": {"assign": ["What is Vespa?", "What is LightGBM?", "What does Field represent?", "What is RankProfile?", "What is Function?", "What is schema.sd?", "What is app_package.to_files()?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-export-the-model", "fields": {"questions": {"assign": ["Where is the lightgbm model located?", "What is the file structure of lightgbm?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-deploy-the-application", "fields": {"questions": {"assign": ["How to deploy Vespa using Docker?", "What is the VespaDocker module?", "What is the function of VespaDocker.deploy_from_disk()?", "What are the parameters of deploy_from_disk()?", "What is the application_root parameter?", "What does the deploy_from_disk() function return?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-feed-the-data", "fields": {"questions": {"assign": ["How to feed data in batch?", "What is feed_batch?", "What does feed_batch return?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-query", "fields": {"questions": {"assign": ["What is compute_vespa_relevance?", "How do you compute Vespa prediction?", "What is the role of 'ranking.features.query(value)'?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical-mapping.html-compare-model-and-vespa-predictions", "fields": {"questions": {"assign": ["What should the model predictions be?", "What should model and Vespa predictions match?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-", "fields": {"questions": {"assign": ["What is LightGBM?", "What is Vespa features?", "How to deploy LightGBM model in Vespa?", "What is the Vespa application package?", "How to export LightGBM Model in Vespa?", "How to feed the data to Vespa for model predictions?", "How to compare model and Vespa predictions?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-lightgbm%3A-training-the-model-with-vespa-features", "fields": {"questions": {"assign": ["What tasks will be accomplished?", "What is a LightGBM model?", "How do you train a LightGBM classification model in Vespa?", "How do you export a trained LightGBM model to Vespa?", "How do you verify LightGBM predictions in Vespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-setup", "fields": {"questions": {"assign": ["What packages should I install?", "How do I import lightgbm?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-create-data", "fields": {"questions": {"assign": ["What is the format for column names in Vespa?", "How can we generate a toy dataset in Vespa?", "What does `query(value)` mean in Vespa?", "What is `dtype` used for in Vespa?", "How should we handle categorical variables in Vespa?", "What is a document attribute defined in a schema in Vespa?", "What is a dataframe in Vespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-create-random-training-set", "fields": {"questions": {"assign": ["What is pd.DataFrame used for?", "What is get_dummies used for?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-train-the-model", "fields": {"questions": {"assign": ["What does force_col_wise=true do?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-vespa-application-package", "fields": {"questions": {"assign": ["What is a Vespa application package?", "What are the expected document attributes?", "What is the lightgbm rank feature?", "How do we create a RankProfile?", "How do we export an application package?", "Where should the lightGBM model be exported?", "What is the schema for this application package?", "What folders are created when we export an application package?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-export-the-model", "fields": {"questions": {"assign": ["Where is the lightgbm model located?", "What is the path for the model file?", "What is the name of the folder where the model is located?", "What is the file format for the lightgbm model?", "What is the file extension for the lightgbm model?", "What is the tree structure for the lightgbm folder?", "What is the name of the folder where the model schema is located?", "What is the name of the folder where the query profiles are located?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-deploy-the-application", "fields": {"questions": {"assign": ["How to deploy an application with VespaDocker?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-model-predictions", "fields": {"questions": {"assign": ["How do you predict with LightGBM?", "What is model_prediction?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-query", "fields": {"questions": {"assign": ["What is compute_vespa_relevance function?", "What does compute_vespa_relevance do?", "What is query value?", "What is vespa_relevance?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/examples/lightgbm-with-categorical.html-compare-model-and-vespa-predictions", "fields": {"questions": {"assign": ["How can you verify model deployment?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/query.html-queries", "fields": {"questions": {"assign": ["How to query Vespa?", "How to run Vespa on Google Colab?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-", "fields": {"questions": {"assign": ["What is a QueryProfile?", "What is a RankProfile?", "What is an ApplicationPackage?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-applicationpackage", "fields": {"questions": {"assign": ["What is a Schema?", "What is a QueryProfile?", "What is a QueryProfileType?", "What parameters does ApplicationPackage take?", "How can I add Schemas to ApplicationPackage?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-schema", "fields": {"questions": {"assign": ["What is a Vespa Schema?", "What is a Document?", "What are FieldSets?", "What is a RankProfile?", "What is a OnnxModel?", "What are ImportedFields?", "What is DocumentSummary?", "How do I create a Schema?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-document", "fields": {"questions": {"assign": ["Where to find more information about Vespa documents?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-fieldset", "fields": {"questions": {"assign": ["What is a FieldSet in Vespa?", "How do you create a FieldSet?", "What are the parameters for creating a FieldSet?", "What is the purpose of a FieldSet?", "Where can I find more information about FieldSets in Vespa?", "What is the format for creating a FieldSet?", "What is included in a FieldSet in Vespa?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-queryprofile", "fields": {"questions": {"assign": ["What is a Query Profile?", "What is QueryField?", "How do you create a Query Profile?", "What does add_fields do?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-queryfield", "fields": {"questions": {"assign": ["What is QueryField?", "What are its parameters?", "What does QueryField create?", "How is QueryField used?", "What is QueryProfile?", "What is an example usage of QueryField?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-queryprofiletype", "fields": {"questions": {"assign": ["What is a Query Profile Type?", "What is QueryTypeField?", "How to create Query Profile Type?", "What is add_fields for QueryProfileType?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-querytypefield", "fields": {"questions": {"assign": ["What is QueryTypeField?", "How do you create a QueryTypeField?", "Can you provide an example of QueryTypeField instantiation?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-vespadocker", "fields": {"questions": {"assign": ["What is VespaDocker?", "What is deploy_from_disk?", "What is from_container_name_or_id?", "What is restart_services?", "What is start_services?", "What is stop_services?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-vespacloud", "fields": {"questions": {"assign": ["What is VespaCloud?", "How to deploy application in VespaCloud?", "What are the parameters of VespaCloud?", "What is instance in VespaCloud?", "How to delete an instance in VespaCloud?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/reference-api.html-vespa", "fields": {"questions": {"assign": ["What is Vespa?", "How to delete documents in Vespa using Vespa.application.Vespa?", "What is VespaQueryResponse?", "How to update data in Vespa using Vespa.application.Vespa?", "What is VespaAsync?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/troubleshooting.html-", "fields": {"questions": {"assign": ["What is Vespa.ai and pyvespa?", "How to solve port conflicts?", "What to do when encountering 'too many open files' error?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/troubleshooting.html-troubleshooting", "fields": {"questions": {"assign": ["What is Vespa FAQ?", "Where can I find Vespa support?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/troubleshooting.html-vespa.ai-and-pyvespa", "fields": {"questions": {"assign": ["What is pyvespa?", "How do I install pyvespa?", "How often do Vespa and pyvespa change?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/troubleshooting.html-port-conflicts-/-docker", "fields": {"questions": {"assign": ["What should I do before running pyvespa notebooks?", "What command do I run to list Docker containers?", "How much memory does pyvespa Docker container use?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/troubleshooting.html-deployment", "fields": {"questions": {"assign": ["What are Vespa safeguards for deployments?", "What does validation-override warn about?", "What is the fix for incompatible deployments?", "How do you remove a Docker container?", "What is validation-overrides?", "What triggers INVALID_APPLICATION_PACKAGE warning?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/troubleshooting.html-full-disk", "fields": {"questions": {"assign": ["How to allocate disk space for Docker?", "What is vespa.log?", "What is the disk limit?", "What is Feed block?", "How to configure for higher disk usage?"]}}}
{"update": "id:pyvespa-p:paragraph::pyvespa/troubleshooting.html-too-many-open-files-during-batch-feeding", "fields": {"questions": {"assign": ["What are the two options to solve OS-related issue?", "How to reduce the number of async connections?", "How to increase the open file limit?", "What is the connections parameter in app.feed_batch()?"]}}}