Pesquisar

ダイジェスト
· 2024年7月22日

Nuevas publicaciones en la Comunidad de InterSystems, 15-21 julio

Artículos
Anuncios
#InterSystems Official
15-21 julioWeek at a GlanceInterSystems Developer Community
ダイジェスト
· 2024年7月22日

InterSystems 开发者社区中文版:每周摘要(2024年7月15日-21日)

七月 15 - 21, 2024Week at a GlanceInterSystems Developer Community
ダイジェスト
· 2024年7月22日

【週間ダイジェスト】 7/15 ~ 7/21 の開発者コミュニティへの投稿

質問
· 2024年7月21日

Having trouble replicating IrisVectorStore Llama Index demo from iris-vector-search for my program's user table

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
ディスカッション (2)1
続けるにはログインするか新規登録を行ってください
InterSystems公式
· 2024年7月21日

IAM 2.8.4.10 & 3.4.3.10 リリースのお知らせ

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準拠のランタイムエンジンとして利用可能です。

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください