Artículos
#InterSystems IRIS
#InterSystems IRIS for Health
Anuncios
15-21 julioWeek at a GlanceInterSystems Developer Community
https://jp.community.intersystems.com/node/571026
文章
问题
#InterSystems IRIS
#InterSystems IRIS for Health
七月 15 - 21, 2024Week at a GlanceInterSystems Developer Community
https://jp.community.intersystems.com/node/571011
記事
#InterSystems IRIS
#InterSystems IRIS BI (DeepSee)
お知らせ
7/15 ~ 7/21Week at a GlanceInterSystems Developer Community
https://jp.community.intersystems.com/post/%E3%80%90%E9%80%B1%E9%96%93%E3%83%80%E3%82%A4%E3%82%B8%E3%82%A7%E3%82%B9%E3%83%88%E3%80%91-715-%EF%BD%9E-721-%E3%81%AE%E9%96%8B%E7%99%BA%E8%80%85%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3%E3%81%B8%E3%81%AE%E6%8A%95%E7%A8%BF
I'll preface this by saying I'm not sure if I found a bug or because I'm somehow misusing IrisVectorStore.
Basically I have code from the regular llama-index module working in my Python project which has SimpleDirectoryReader objects similar in nature to the demo I mentioned (https://github.com/intersystems-community/iris-vector-search/blob/main/d...). And I have other code working that can add new users to a SQL table in Iris.
I tried to use IRISVectorStore in a manner similar to the below excerpt from the demo code but I just changed the table name to the name of my user table. And I also just changed the documents object in that code to my own SimpleDirectoryReader object.
However no matter how many times I try to run with those changes I get a flurry of exceptions where the trace makes little sense to me. I can confirm that my code in place to connect to my user table locally does work.
I won't attach the trace yet unless someone asks but my question is basically does anybody know for sure that IRISVectorStore can successfully extract information from a user table? Or might I have hit some weird edge case when trying to use this?
# StorageContext captures how vectors will be stored
vector_store = IRISVectorStore.from_params(
connection_string = url,
table_name = "paul_graham_essay",
embed_dim = 1536, # openai embedding dimension
engine_args = { "connect_args": {"sslcontext": sslcontext} }
2 Comments
https://jp.community.intersystems.com/node/571001
InterSystems API Manager (IAM) のバージョン 2.8.4.10 と 3.4.3.10 が公開されました。 これらは、長期的にサポートされている IAM の 2 つのバージョンの最新版です。これらのリリースには重要な修正が含まれており、すべてのお客様にアップグレードをお勧めします。
IAM 3.0または3.2をお使いのお客様は、これらのバージョンのサポートがまもなく終了するため、3.4.3.10にアップグレードすることをお勧めします。
IAM は、InterSystems IRIS サーバとアプリケーション間の API ゲートウェイであり、HTTP ベースのトラフィックを効果的に監視、制御、管理するためのツールを大規模に提供します。IAM は、InterSystems IRIS ライセンスの無償アドオンとして利用できます。
IAMは、WRCソフトウェア配布サイトのComponentsエリアからダウンロードできます。
ダウンロード、インストール、IAMの使用方法につきましては、インストール・ガイドをご参照ください。InterSystems IRIS での使用に関する詳細な情報についてはドキュメントをご参照ください。パートナーであるKong社では、IAMの使用に関する詳細なドキュメントとしてKong Gateway (Enterprise) 3.4ドキュメントを提供しています。
IAMは、OCI(Open Container Initiative)、別名Dockerコンテナ形式でのみ利用可能です。コンテナイメージは、Linux x86-64およびLinux ARM64用のOCI準拠のランタイムエンジンとして利用可能です。
https://jp.community.intersystems.com/post/iam-28410-34310-%E3%83%AA%E3%83%AA%E3%83%BC%E3%82%B9%E3%81%AE%E3%81%8A%E7%9F%A5%E3%82%89%E3%81%9B