diff --git a/semantic_router/indices/base.py b/semantic_router/indices/base.py index bfaa903e760e099a043ae01387ed09021d6064dd..7b48f65d70b18a57baa623c0fa9b0335c90f26af 100644 --- a/semantic_router/indices/base.py +++ b/semantic_router/indices/base.py @@ -1,4 +1,5 @@ from pydantic.v1 import BaseModel class BaseIndex(BaseModel): + # Currently just a placedholder until more indexing methods are added and common attributes/methods are identified. pass \ No newline at end of file