alnzng commented on code in PR #165:
URL: https://github.com/apache/flink-agents/pull/165#discussion_r2353213115
##########
python/flink_agents/api/resource.py:
##########
@@ -25,16 +25,18 @@
class ResourceType(Enum):
"""Type enum of resource.
- Currently, support chat_model, chat_model_server, tool, embedding_model
and prompt.
+ Currently, support chat_model, chat_model_server, tool, embedding_model,
+ vector_store and prompt.
"""
CHAT_MODEL = "chat_model"
CHAT_MODEL_CONNECTION = "chat_model_connection"
TOOL = "tool"
EMBEDDING_MODEL = "embedding_model"
EMBEDDING_MODEL_CONNECTION = "embedding_model_connection"
+ VECTOR_STORE = "vector_store"
+ VECTOR_STORE_CONNECTION = "vector_store_connection"
Review Comment:
Fixed these gaps, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]