graphlit-client 1.0.20250313001 → 1.0.20250315002
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -507,8 +507,6 @@ var EntityExtractionServiceTypes;
|
|
507
507
|
* @deprecated Use MODEL_IMAGE instead.
|
508
508
|
*/
|
509
509
|
EntityExtractionServiceTypes["OpenAiImage"] = "OPEN_AI_IMAGE";
|
510
|
-
/** Roboflow Image */
|
511
|
-
EntityExtractionServiceTypes["RoboflowImage"] = "ROBOFLOW_IMAGE";
|
512
510
|
})(EntityExtractionServiceTypes || (exports.EntityExtractionServiceTypes = EntityExtractionServiceTypes = {}));
|
513
511
|
/** Entity state */
|
514
512
|
var EntityState;
|
@@ -1625,6 +1623,8 @@ var SearchServiceTypes;
|
|
1625
1623
|
(function (SearchServiceTypes) {
|
1626
1624
|
/** Exa search feed service */
|
1627
1625
|
SearchServiceTypes["Exa"] = "EXA";
|
1626
|
+
/** Podscan search feed service */
|
1627
|
+
SearchServiceTypes["Podscan"] = "PODSCAN";
|
1628
1628
|
/** Tavily search feed service */
|
1629
1629
|
SearchServiceTypes["Tavily"] = "TAVILY";
|
1630
1630
|
})(SearchServiceTypes || (exports.SearchServiceTypes = SearchServiceTypes = {}));
|